diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-04-28 13:27:30 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-04-28 13:28:09 -0400 |
commit | e6d44c187435c53b262c5336929db4aafb812811 (patch) | |
tree | 98ae52c456945ed6fa9d9963b7d41b8e282b4fcd /docs/source/lang | |
parent | ea6cf3e622350963e25dae21b03b01b13af53ebc (diff) | |
download | librambutan-e6d44c187435c53b262c5336929db4aafb812811.tar.gz librambutan-e6d44c187435c53b262c5336929db4aafb812811.zip |
boardUsesPin() docs tweak.
Diffstat (limited to 'docs/source/lang')
-rw-r--r-- | docs/source/lang/api/boardusespin.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/lang/api/boardusespin.rst b/docs/source/lang/api/boardusespin.rst index 8dc4c64..126c4a0 100644 --- a/docs/source/lang/api/boardusespin.rst +++ b/docs/source/lang/api/boardusespin.rst @@ -6,8 +6,9 @@ boardUsesPin() ============== Each LeafLabs board connects some pins to external hardware. The most -important examples of this are the built-in LED and button. You can -check if a board uses a particular pin using this function. +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 --------------------- @@ -24,4 +25,3 @@ See Also - :ref:`BOARD_BUTTON_PIN <lang-board-values-but>` - :ref:`isButtonPressed() <lang-isbuttonpressed>` - :ref:`waitForButtonPress() <lang-waitforbuttonpress>` - |