mirror of
https://github.com/adafruit/DHT-sensor-library.git
synced 2023-10-23 22:20:38 +03:00
Update DHT_Unified_Sensor.ino
This commit is contained in:
parent
be6915c60d
commit
ddb8923cbb
@ -32,6 +32,7 @@ void setup() {
|
||||
// Initialize device.
|
||||
dht.begin();
|
||||
Serial.println(F("DHTxx Unified Sensor Example"));
|
||||
Serial.println(F("Starting " __FILE__ " from " __DATE__ __TIME__));// Prints the file name.
|
||||
// Print temperature sensor details.
|
||||
sensor_t sensor;
|
||||
dht.temperature().getSensor(&sensor);
|
||||
|
Loading…
Reference in New Issue
Block a user