Files
seven-segment-clock/platformio.ini
2025-09-11 19:29:08 +02:00

16 lines
226 B
INI

[platformio]
default_envs = fooclock
[env:fooclock]
platform = atmelavr
board = uno
framework = arduino
monitor_speed = 9600
lib_deps =
https://github.com/PaulStoffregen/Time
TimerOne
Ethernet
PubSubClient3