From 93db06f82c3f005014319bda7eb4d2bc75da8e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Fri, 26 Dec 2014 12:01:34 +0100 Subject: [PATCH] Fix sensor names Make the comment match the actual sensor type constants --- examples/simpletest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simpletest.py b/examples/simpletest.py index 50a958ffe23a..8573f5dab6ac 100644 --- a/examples/simpletest.py +++ b/examples/simpletest.py @@ -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