1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-19 12:23:22 +00:00

Merge pull request #79 from futuristicblanket/master

Fixed a small spelling error of the word 'note' in the readme
This commit is contained in:
Robert Wolterman
2017-10-22 11:44:53 -05:00
committed by GitHub

View File

@ -255,7 +255,7 @@ You can quickly change a pins direction::
GPIO.direction("XIO-P3", GPIO.OUT)
GPIO.direction("XIO-P3", GPIO.IN)
You can also re-setup a pin in order to change direction, not that this is a slower operation::
You can also re-setup a pin in order to change direction, note that this is a slower operation::
GPIO.setup("XIO-P3", GPIO.OUT)
GPIO.setup("XIO-P3", GPIO.IN)