CTS-SAT-1-OBC-Firmware
|
The satellite supports adding generic uint32_t configuration variables that exist in the OBC's memory.
They can be updated with the config_set_int_var
telecommand, and fetched with the config_get_int_var
telecommand.
These variables can be used anywhere in the code (e.g., to configure periods of autonomous actions).
CONFIG_int_config_variables[]
array in config/configuration.c
.String configuration variables are also implemented, but have not been used extensively.