File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed
chapter1/cloud_data_logger Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1- // Import required libraries
1+ /* **************************************************
2+
3+ Written by Marco Schwartz for Open Home Automation.
4+ BSD license, all text above must be included in any redistribution
5+
6+ Based on the original sketches supplied with the ESP8266/Arduino
7+ implementation written by Ivan Grokhotkov
8+
9+ ****************************************************/
10+
11+ // Libraries
212#include < ESP8266WiFi.h>
313#include " DHT.h"
414
Original file line number Diff line number Diff line change 1+ /* **************************************************
2+
3+ Written by Marco Schwartz for Open Home Automation.
4+ BSD license, all text above must be included in any redistribution
5+
6+ Based on the original sketches supplied with the ESP8266/Arduino
7+ implementation written by Ivan Grokhotkov
8+
9+ ****************************************************/
10+
111// Libraries
212#include < ESP8266WiFi.h>
313#include < PubSubClient.h>
Original file line number Diff line number Diff line change 1+ /* **************************************************
2+
3+ Written by Marco Schwartz for Open Home Automation.
4+ BSD license, all text above must be included in any redistribution
5+
6+ Based on the original sketches supplied with the ESP8266/Arduino
7+ implementation written by Ivan Grokhotkov
8+
9+ ****************************************************/
10+
111// Libraries
212#include < ESP8266WiFi.h>
313#include < PubSubClient.h>
You can’t perform that action at this time.
0 commit comments