Skip to content

Commit

Permalink
Merge pull request dotnet#7 from agx/master
Browse files Browse the repository at this point in the history
Fix sensor names
  • Loading branch information
tdicola committed Dec 26, 2014
2 parents 6f9b15e + 93db06f commit dfdcbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import Adafruit_DHT

# Sensor should be set to Adafruit_DHT.DHT11,
# Adafruit_DHT22, or Adafruit_AM2302.
# Adafruit_DHT.DHT22, or Adafruit_DHT.AM2302.
sensor = Adafruit_DHT.DHT22

# Example using a Beaglebone Black with DHT sensor
Expand Down

0 comments on commit dfdcbd9

Please sign in to comment.