added the files
This commit is contained in:
12
sensors/BLESensor.h
Normal file
12
sensors/BLESensor.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef BLESENSOR_H
|
||||
#define BLESENSOR_H
|
||||
|
||||
#include "Sensor.h"
|
||||
#include <Indoor/sensors/beacon/Beacon.h>
|
||||
#include <Indoor/sensors/beacon/BeaconMeasurements.h>
|
||||
|
||||
class BLESensor : public Sensor<BeaconMeasurement> {
|
||||
|
||||
};
|
||||
|
||||
#endif // BLESENSOR_H
|
||||
Reference in New Issue
Block a user