eeeck
cbf42aae0a
Remove make flash, use build script for flashing
...
This is not optimal, but could not find a way to make it flash without
verification errors with "make flash".
2025-05-14 14:10:11 +02:00
eeeck
5f154cb20f
Refactor loop to main and add explicit while(true)
...
This change transitions from the Arduino-specific `loop()` to a
standard C++ `main()` function as the program's entry point and
primary execution cycle.
2025-05-14 13:02:17 +02:00
eeeck
82dba30e18
Rename image name to avoid future confusion with ESP board
2025-05-13 20:12:10 +02:00
eeeck
af4cb39230
Add ATmega build and flash script
...
Use Dockerfile for firmware compilation and avrdude for flashing
to ATmega328p via usbasp.
2025-05-13 12:42:50 +02:00
eeeck
4ab01eb3a4
Restructure directory organization
2025-05-13 11:28:18 +02:00