65 ENC03R(
int pin,
float aref=5.0);
void calibrate(unsigned int samples)
Definition: enc03r.cxx:47
float enc03r_calibration_value(const enc03r_context dev)
Definition: enc03r.c:126
~ENC03R()
Definition: enc03r.cxx:42
API for the ENC03R Single Axis Analog Gyro.
Definition: enc03r.hpp:57
C++ API wrapper for the bh1749 driver.
Definition: a110x.hpp:29
Generic API for AT command based UART devices.
ENC03R(int pin, float aref=5.0)
Definition: enc03r.cxx:34
float angularVelocity()
Definition: enc03r.cxx:61
void setScale(float scale)
Definition: enc03r.cxx:71
float calibrationValue()
Definition: enc03r.hpp:95
void update()
Definition: enc03r.cxx:54
void setOffset(float offset)
Definition: enc03r.cxx:66
float getNormalized()
Definition: enc03r.cxx:76