Base PlatformIO library for ESP8266 Demo Board (github repo at /bastlirna/esp8266-board).
Main goal is access a board periphery as simple as is possible. Library adds new layer between HW and user application, so aplication can be simly tested.
- Access to buttons (with debounce support)
- Read temperature and humidity from DHT11 (or DHT22 is configured)
- Setup RGB led provide simply access to it.
- Implement both board versions (actualy is implmemented only Lite version)
- Implement beeper for tone generation
Library uses these libraries:
- DHT sensor [email protected]
- Adafruit Unified [email protected]
- [email protected]