This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Arduino.h> | |
/* DS18B20 Temperature sensors - Deep Sleep - with Wifi and MQTT | |
* | |
* Connections: | |
* D0 -- RST | |
* Uses the folowing platformio.ini file | |
[env:d1_mini] | |
platform = espressif8266 |
OlderNewer