Skip to content

Commit 66cc169

Browse files
committed
Clarify pin number for Raspberry Pi
Referencing the pin by "GPIO23" is clearer than referencing by "pin 23", as GPIO23 is physical pin 16.
1 parent c796fca commit 66cc169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
pin = 'P8_11'
3232

3333
# Example using a Raspberry Pi with DHT sensor
34-
# connected to pin 23.
34+
# connected to GPIO23.
3535
#pin = 23
3636

3737
# Try to grab a sensor reading. Use the read_retry method which will retry up

0 commit comments

Comments
 (0)