eive-obsw/fsfwconfig/devices/gpioIds.h

16 lines
212 B
C
Raw Normal View History

2021-01-23 17:22:40 +01:00
#ifndef FSFWCONFIG_DEVICES_GPIOIDS_H_
#define FSFWCONFIG_DEVICES_GPIOIDS_H_
#include <bsp_q7s/gpio/GpioIF.h>
namespace gpioIds {
enum gpioId_t {
2021-01-28 14:55:21 +01:00
HEATER_0
2021-01-23 17:22:40 +01:00
};
}
#endif /* FSFWCONFIG_DEVICES_GPIOIDS_H_ */