9#ifndef HEADING_SENSOR_H
10#define HEADING_SENSOR_H
Heading_sensor()
Creates a Heading_sensor object.
Definition Heading_sensor.h:28
virtual uint16_t get_heading()=0
Gets the heading of compass in degrees.
virtual bool reset_heading()=0
Takes the current heading of compass as zero.
Supported_sensor()
Creates an object of a supported sensor.
Definition Supported_sensor.h:23