EEPROM tests

This commit is contained in:
2024-09-10 01:40:51 +03:00
parent c85e6aca95
commit beb5ed6be3
3 changed files with 86 additions and 24 deletions

View File

@ -127,6 +127,7 @@ MemoryStatus getProg(unsigned char number, Program *prog);
MemoryStatus saveMacro(unsigned char number, Macro *macro);
MemoryStatus getMacro(unsigned char number, Macro *macro);
MemoryStatus getHardwareInit();
MemoryStatus saveInfoBlock(InfoBlock *infoBlock);
MemoryStatus getInfoBlock(InfoBlock *infoBlock);
#endif /* INC_EEPROM_H_ */