[esp] Add temperature and humidity example.

This commit is contained in:
2025-02-01 14:34:07 -05:00
parent 8bf174d256
commit e6ba60da89
5 changed files with 218 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
shaunrd0/klips/esp/
├── 01_led-button # Simple LED circuit controlled by an on board button.
├── 02_led-button-web # LED controlled by a button or within a web browser.
├── 03_temp-humidity-web # Temperature and humidity sensor within a web browser.
├── ESP32-basic-starter-kit.pdf # PDF for tutorials in ESP32 starter kit.
├── ESP32-dev-module.png
└── README.md