Change initial HIGH delay, fix comments in examples

This commit is contained in:
Phillip Burgess
2019-01-28 17:05:54 -08:00
parent d26e8ec729
commit d6488c1fbe
4 changed files with 10 additions and 6 deletions

View File

@ -3,11 +3,13 @@
// REQUIRES the following Arduino libraries:
// - DHT Sensor Library: https://github.com/adafruit/DHT-sensor-library
// - Adafruit Unified Sensor Library: https://github.com/adafruit/Adafruit_Senso
// - Adafruit Unified Sensor Lib: https://github.com/adafruit/Adafruit_Sensor
#include "DHT.h"
#define DHTPIN 2 // what digital pin we're connected to
#define DHTPIN 2 // Digital pin connected to the DHT sensor
// Feather HUZZAH ESP8266 note: use pins 3, 4, 5, 12, 13 or 14 --
// Pin 15 can work but DHT must be disconnected during program upload.
// Uncomment whatever type you're using!
//#define DHTTYPE DHT11 // DHT 11