eive-obsw/fsfwconfig/devices/gpioIds.h
2021-01-28 14:55:21 +01:00

16 lines
212 B
C++

#ifndef FSFWCONFIG_DEVICES_GPIOIDS_H_
#define FSFWCONFIG_DEVICES_GPIOIDS_H_
#include <bsp_q7s/gpio/GpioIF.h>
namespace gpioIds {
enum gpioId_t {
HEATER_0
};
}
#endif /* FSFWCONFIG_DEVICES_GPIOIDS_H_ */