mirror of
https://github.com/xtacocorex/CHIP_IO
synced 2025-07-19 12:23:22 +00:00
Fixed a small spelling error of the word 'note'
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user