#ifndef FSFWCONFIG_DEVICES_POWERSWITCHERLIST_H_ #define FSFWCONFIG_DEVICES_POWERSWITCHERLIST_H_ namespace pcduSwitches { /* Switches are uint8_t datatype and go from 0 to 255 */ enum switcherList { PCDU, GPS0, GPS1, TCS_BOARD_8V_HEATER_IN, DUMMY = 129, }; } #endif /* FSFWCONFIG_DEVICES_POWERSWITCHERLIST_H_ */