Define memory manager constants and add TODO

This commit is contained in:
2024-09-20 18:36:53 +02:00
parent 638074af17
commit e2b5c5fd42
2 changed files with 14 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
#include <avr/interrupt.h>
// TODO: Config header for chip specifics like EEPROM size.
// TODO: Implement primary state machine for update loop.
// TODO: Migrate to ATMega 1284P-PU for 2nd 16-bit timer.
// TODO: Keep persistent TEMP and DEWP targets in EEPROM.