added gps support
added compass support added ui elements for gps and compass added support for writing sensor data
This commit is contained in:
@@ -38,6 +38,14 @@ public:
|
||||
return allInOne;
|
||||
}
|
||||
|
||||
CompassSensor& getCompass() override {
|
||||
return allInOne;
|
||||
}
|
||||
|
||||
GPSSensor& getGPS() override {
|
||||
return allInOne;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
#endif // SENSORFACTORYOFFLINE_H
|
||||
|
||||
Reference in New Issue
Block a user