Skip to content

Commit

Permalink
Merge pull request #79 from futuristicblanket/master
Browse files Browse the repository at this point in the history
Fixed a small spelling error of the word 'note' in the readme
  • Loading branch information
xtacocorex authored Oct 22, 2017
2 parents af9555f + ff7bf2f commit c87b0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c87b0ca

Please sign in to comment.