esp32-simple 0.1.0

Simple ESP32 embedded library with reusable modules for BLE, Wi-Fi, HTTP, GPS, LED control, and more
1
2
3
4
5
6
7
8
9
# TODO

- [x] Basic device handling  
- [x] fmt + clippy  
- [x] Proper doc  
- [x] README.md  
- [x] Add WiFi support (with example)  
- [x] Add GPS support (with example)  
- [x] Publish crate