-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
Measure temperature with DS18B20 sensor and post data to thingspeak.com. | ||
|
||
init.lua - set up WIFI station and wait for ip then do ds1820.lua | ||
|
||
ds1820.lua - get data from DS18B20 sensor and post them to Thinkspeak.com | ||
|
||
Please remember change your thingspea API key and WIFI settings... |