Angular Velocity Sensor#

Hardware Interface#

Defined in namespace hal

#include <libhal/angular_velocity_sensor.hpp>

class angular_velocity_sensor#

angular velocity sensor hardware abstraction interface

Public Functions

inline result<read_t> read()#

Reads the most up to date angular velocity from the sensor.

Returns:

result<read_t> - angular velocity data

struct read_t#

angular velocity reading from the sensor

Public Members

hal::rpm angular_velocity = 0#

The angular velocity in rotations per minute. (Underlying type is an std::float)