diff options
Diffstat (limited to 'docs/source/gpio.rst')
-rw-r--r-- | docs/source/gpio.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/gpio.rst b/docs/source/gpio.rst index caaae3d..929173e 100644 --- a/docs/source/gpio.rst +++ b/docs/source/gpio.rst @@ -62,7 +62,7 @@ letter and bit number. For instance, "PA4" is GPIO port A, bit 4. Pin Maps -------- -Part of :ref:`Maple IDE's <ide>` job is to convert normal pin numbers +Part of the library's job is to convert normal pin numbers into the corresponding GPIO port and bit when you call functions like :ref:`lang-pinmode`. It does this using a *pin map*, which lists the GPIO port and bit for each pin number. The GPIO documentation for |