diff options
author | dakkar <dakkar@thenautilus.net> | 2018-03-16 13:32:11 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2018-03-16 13:32:11 +0000 |
commit | cff10fdd526a802152e198bcfb45976284554272 (patch) | |
tree | 0c82592a096823101942061e7cffa4d8dce64aba | |
parent | read the thermometer! (diff) | |
download | thermostat-cff10fdd526a802152e198bcfb45976284554272.tar.gz thermostat-cff10fdd526a802152e198bcfb45976284554272.tar.bz2 thermostat-cff10fdd526a802152e198bcfb45976284554272.zip |
some notes
-rw-r--r-- | README.rst.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst.txt b/README.rst.txt new file mode 100644 index 0000000..f97de5c --- /dev/null +++ b/README.rst.txt @@ -0,0 +1,8 @@ +Some links: + +* links to some ESP32 libraries + https://www.arduinolibraries.info/architectures/esp32 +* the OLED library https://github.com/ThingPulse/esp8266-oled-ssd1306 +* vague guide to the OLED library + https://diyprojects.io/using-i2c-128x64-0-96-ssd1306-oled-display-arduino/ +* the sensor library https://github.com/beegee-tokyo/DHTesp |