eive-obsw/fsfwconfig/devices/heaterSwitcherList.h

14 lines
258 B
C++

#ifndef FSFWCONFIG_DEVICES_HEATERSWITCHERLIST_H_
#define FSFWCONFIG_DEVICES_HEATERSWITCHERLIST_H_
namespace heaterSwitches {
enum switcherList: uint8_t {
PAYLOAD_CAMERA,
NUMBER_OF_SWITCHES
};
}
#endif /* FSFWCONFIG_DEVICES_HEATERSWITCHERLIST_H_ */