added the files

This commit is contained in:
mail@toni-fetzer.de
2019-06-05 18:05:01 +02:00
parent 20ae2f5c2a
commit 8a1f8430fb
2 changed files with 94 additions and 0 deletions

12
sensors/BLESensor.h Normal file
View 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