forked from jappel/VersaMCU
8 Step macro and profile switching fully working
This commit is contained in:
parent
098a166a9f
commit
433d61c29f
10 changed files with 204 additions and 193 deletions
|
|
@ -68,7 +68,8 @@ void nvm_config_defaults(SDeviceConfig& cfg);
|
|||
bool nvm_config_load(SDeviceConfig& cfg);
|
||||
|
||||
// Config in NVM schreiben (löscht 3 Rows, schreibt 12 Pages).
|
||||
void nvm_config_save(const SDeviceConfig& cfg);
|
||||
// Gibt false zurück wenn eine NVM-Operation nicht rechtzeitig fertig wird (Board hängt nicht).
|
||||
bool nvm_config_save(const SDeviceConfig& cfg);
|
||||
|
||||
// CRC16 über die Nutzdaten der Config (Bytes 7–739, nach dem crc-Feld)
|
||||
uint16_t nvm_config_crc(const SDeviceConfig& cfg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue