This commit is contained in:
toni
2016-04-21 10:16:25 +02:00

View File

@@ -58,6 +58,10 @@ public:
} }
float getHPA(const SensorEntry& se) {
return std::stof(se.data);
}
// //TODO // //TODO
// void readVerticalAcceleration(const SensorEntry& se){ // void readVerticalAcceleration(const SensorEntry& se){