WIP: PL PCDU #142

Closed
muellerr wants to merge 118 commits from mueller/plpcdu-sus-updates into develop
137 changed files with 5443 additions and 6559 deletions
Showing only changes of commit 4c60e54fe7 - Show all commits

View File

@@ -16,6 +16,7 @@ target_sources(${TARGET_NAME} PUBLIC
RadiationSensorHandler.cpp
GyroADIS1650XHandler.cpp
RwHandler.cpp
max1227.cpp
)

View File

@@ -0,0 +1 @@
#include "max1227.h"

View File

@@ -0,0 +1,8 @@
#ifndef MISSION_DEVICES_MAX1227_H_
#define MISSION_DEVICES_MAX1227_H_
namespace max1227 {
}
#endif /* MISSION_DEVICES_MAX1227_H_ */