theAgingApprentice / HexaFloorRide

Arduino based six legged robot project
MIT License
0 stars 0 forks source link

give some status info via LED for boot, restart status #215

Closed nerdoug closed 1 year ago

nerdoug commented 1 year ago

give some very basic status info via the onboard LED. Ideally this would include: OTA in progress code starting after OTA load code starting due to reset setup routine executing main loop executing

nerdoug commented 1 year ago

implemented this by enabling timer interrupts using timer 3 (I think millis() uses timer 0).