.. highlight:: cpp .. _lang-boardusespin: boardUsesPin() ============== Each LeafLabs board connects some pins to external hardware. The most important examples of this are the pins connected to the built-in LED and button. You can check if a board uses a particular pin using this function. Library Documentation --------------------- .. doxygenfunction:: boardUsesPin See Also -------- - :ref:`Board-specific values ` - :ref:`boardUsedPins ` - :ref:`BOARD_LED_PIN ` - :ref:`toggleLED() ` - :ref:`BOARD_BUTTON_PIN ` - :ref:`isButtonPressed() ` - :ref:`waitForButtonPress() `