Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Clarify pin number for Raspberry Pi #26

Merged
merged 1 commit into from
Jul 5, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
pin = 'P8_11'

# Example using a Raspberry Pi with DHT sensor
# connected to pin 23.
# connected to GPIO23.
#pin = 23

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