commanding of HeaterHandler and GpioIF working

This commit is contained in:
2021-02-01 11:17:20 +01:00
parent 560e538f62
commit fd1e4f3473
20 changed files with 474 additions and 264 deletions

View File

@ -2,7 +2,7 @@
#define FSFWCONFIG_DEVICES_HEATERSWITCHERLIST_H_
namespace heaterSwitches {
enum switcherList {
enum switcherList: uint8_t {
PAYLOAD_CAMERA,
NUMBER_OF_SWITCHES
};