|
@@ -2,4 +2,10 @@ This project is for builing a WiFi-connected Lux-sensor for the garage.
|
|
|
|
|
|
The sensor used is Adafruit TSL2561.
|
|
|
|
|
|
-Useful links: http://blog.abarbanell.de/arduino-esp8266/iot/i2c/
|
|
|
+WiFi ssid and password are stored in a file called config.h, which is not commited but looks like this:
|
|
|
+#define WIFI_SSID "WiFi-ssid"
|
|
|
+#define WIFI_PASSWORD "password"
|
|
|
+
|
|
|
+Useful links:
|
|
|
+http://blog.abarbanell.de/arduino-esp8266/iot/i2c/
|
|
|
+https://github.com/esp8266/Arduino#documentation
|