![]() |
FOSSASAT-1B
|
![]() |
Macros | |
#define | EEPROM_RESET_VALUE 0xFF |
#define | EEPROM_FIRST_RUN 0 |
#define | EEPROM_CONSECUTIVE_RUN 1 |
(ID CONF_EEPROM_VAR_T0) (SEV 1) Check that the EEPROM_RESET_VALUE is suitable.
(ID CONF_EEPROM_VAR_T1) (SEV 1) Check that the EEPROM_FIRST_RUN is suitable.
(ID CONF_EEPROM_VAR_T3) (SEV 1) Check that the EEPROM_CONSECUTIVE_RUN is suitable.
#define EEPROM_CONSECUTIVE_RUN 1 |
The value written to the EEPROM address EEPROM_FIRST_RUN_ADDR after the first startup sequence.
See EEPROM Address Map
Definition at line 367 of file configuration.h.
#define EEPROM_FIRST_RUN 0 |
The value written to the EEPROM address EEPROM_FIRST_RUN_ADDR before the startup sequence.
See EEPROM Address Map
Definition at line 366 of file configuration.h.
#define EEPROM_RESET_VALUE 0xFF |
EEPROM reset value (255).
Definition at line 365 of file configuration.h.