Versao 1.0

This commit is contained in:
2026-01-08 21:40:59 -03:00
commit 932a3610dd
9 changed files with 453 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# ESP32 NTP Clock
A simple clock that displays the time and date on an LCD1602 display. The time is synced via NTP.
Use [Wokwi](https://marketplace.visualstudio.com/items?itemName=wokwi.wokwi-vscode) to simulate this project.
## Building
This is a [PlatformIO](https://platformio.org) project. To build it, [install PlatformIO](https://docs.platformio.org/en/latest/core/installation/index.html), and then run the following command:
```
pio run
```
## Simulate the project
To simulate this project, install [Wokwi for VS Code](https://marketplace.visualstudio.com/items?itemName=wokwi.wokwi-vscode). Open the project directory in Visual Studio Code, press **F1** and select "Wokwi: Start Simulator".