An open API service indexing awesome lists of open source software.

https://github.com/renato0307/alarmista-esp32

ESP32 code for the "alarmista" alarm clock
https://github.com/renato0307/alarmista-esp32

alarm arduino clock esp32

Last synced: 2 months ago
JSON representation

ESP32 code for the "alarmista" alarm clock

Awesome Lists containing this project

README

          

# alarmista-esp32
ESP32 code for the "alarmista" alarm clock

# platformio commands

##### compile and upload to ESP32
```bash
platformio run -t upload
```

##### serial connection
```bash
platformio device monitor
```