Compare commits
5 Commits
develop
...
mseyfrie_d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb394523b5 | ||
|
|
a9e3628ad4 | ||
|
|
50f22fa759 | ||
|
|
9ca90ccc46 | ||
|
|
449dd0447c |
@ -5,12 +5,11 @@
|
||||
#define DHTPIN PIN_DHT11
|
||||
#define DHTTYPE DHT11
|
||||
|
||||
// set pin and type
|
||||
// specify pin and type
|
||||
DHT_Unified dht(DHTPIN, DHTTYPE);
|
||||
|
||||
// initialize temperature sensor
|
||||
void setupTemperatureSensor() {
|
||||
// Serial.begin(9600);
|
||||
dht.begin();
|
||||
Serial.println(F("DHT11 Unified Sensor Ready"));
|
||||
sensor_t sensor;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user