mirror of
https://github.com/adafruit/DHT-sensor-library.git
synced 2023-10-23 22:20:38 +03:00
Update DHTtester.ino
This commit is contained in:
parent
ddb8923cbb
commit
ce5b76d12b
@ -33,7 +33,7 @@ DHT dht(DHTPIN, DHTTYPE);
|
|||||||
void setup() {
|
void setup() {
|
||||||
Serial.begin(9600);
|
Serial.begin(9600);
|
||||||
Serial.println(F("DHTxx test!"));
|
Serial.println(F("DHTxx test!"));
|
||||||
|
Serial.println(F("Starting " __FILE__ " from " __DATE__ __TIME__));// Prints the file name.
|
||||||
dht.begin();
|
dht.begin();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user