v1.10.0 #220
@ -16,6 +16,7 @@ target_sources(${TARGET_NAME} PUBLIC
|
|||||||
RadiationSensorHandler.cpp
|
RadiationSensorHandler.cpp
|
||||||
GyroADIS1650XHandler.cpp
|
GyroADIS1650XHandler.cpp
|
||||||
RwHandler.cpp
|
RwHandler.cpp
|
||||||
|
max1227.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
1
mission/devices/max1227.cpp
Normal file
1
mission/devices/max1227.cpp
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include "max1227.h"
|
8
mission/devices/max1227.h
Normal file
8
mission/devices/max1227.h
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#ifndef MISSION_DEVICES_MAX1227_H_
|
||||||
|
#define MISSION_DEVICES_MAX1227_H_
|
||||||
|
|
||||||
|
namespace max1227 {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif /* MISSION_DEVICES_MAX1227_H_ */
|
Loading…
Reference in New Issue
Block a user