eive-obsw/fsfwconfig/devices/powerSwitcherList.h
2021-01-23 17:22:40 +01:00

18 lines
345 B
C++

#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_ */