#ifndef COMPASSSENSOR_H #define COMPASSSENSOR_H #include "Sensor.h" #include class CompassSensor : public Sensor { }; #endif // COMPASSSENSOR_H