added gps support
added compass support added ui elements for gps and compass added support for writing sensor data
This commit is contained in:
11
sensors/GPSSensor.h
Normal file
11
sensors/GPSSensor.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef GPSSENSOR_H
|
||||
#define GPSSENSOR_H
|
||||
|
||||
#include "Sensor.h"
|
||||
#include <Indoor/sensors/gps/GPSData.h>
|
||||
|
||||
class GPSSensor : public Sensor<GPSData> {
|
||||
|
||||
};
|
||||
|
||||
#endif // GPSSENSOR_H
|
||||
Reference in New Issue
Block a user