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 | 763e7ffaea9fabf3de0245e9fd0280aa1c8dcbd3 (patch) | |
tree | a80b0c62d49df08f8921e9fb042d35b72b724be0 /source | |
parent | 5606a05e2992043387a9cf995365db7e1dc83cff (diff) | |
download | librambutan-763e7ffaea9fabf3de0245e9fd0280aa1c8dcbd3.tar.gz librambutan-763e7ffaea9fabf3de0245e9fd0280aa1c8dcbd3.zip |
boardUsesPin() docs tweak.
Diffstat (limited to 'source')
-rw-r--r-- | source/lang/api/boardusespin.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/lang/api/boardusespin.rst b/source/lang/api/boardusespin.rst index 8dc4c64..126c4a0 100644 --- a/source/lang/api/boardusespin.rst +++ b/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>` - |