eive-obsw/fsfwconfig/devices/powerSwitcherList.h

18 lines
345 B
C
Raw Normal View History

2020-11-20 18:10:39 +01:00
#ifndef FSFWCONFIG_DEVICES_POWERSWITCHERLIST_H_
#define FSFWCONFIG_DEVICES_POWERSWITCHERLIST_H_
2020-09-16 16:22:36 +02:00
2021-01-23 17:22:40 +01:00
namespace pcduSwitches {
2020-09-16 16:22:36 +02:00
/* Switches are uint8_t datatype and go from 0 to 255 */
enum switcherList {
PCDU,
GPS0,
GPS1,
2021-01-23 17:22:40 +01:00
TCS_BOARD_8V_HEATER_IN,
DUMMY = 129,
2020-09-16 16:22:36 +02:00
};
}
2020-11-20 18:10:39 +01:00
#endif /* FSFWCONFIG_DEVICES_POWERSWITCHERLIST_H_ */