Adafruit BNO08x RVC Library
|
A class to interact with the BNO08x sensors from Hillcrest Laboritories using the UART-RVC mode. More...
#include <Adafruit_BNO08x_RVC.h>
Public Member Functions | |
Adafruit_BNO08x_RVC () | |
Construct a new Adafruit_BNO08x_RVC::Adafruit_BNO08x_RVC object. | |
~Adafruit_BNO08x_RVC () | |
Destroy the Adafruit_BNO08x_RVC::Adafruit_BNO08x_RVC object. | |
bool | begin (Stream *theStream) |
Setups the hardware. More... | |
bool | read (BNO08x_RVC_Data *heading) |
Get the next available heading and acceleration data from the sensor. More... | |
A class to interact with the BNO08x sensors from Hillcrest Laboritories using the UART-RVC mode.
bool Adafruit_BNO08x_RVC::begin | ( | Stream * | theSerial | ) |
Setups the hardware.
theSerial | Pointer to Stream (HardwareSerial/SoftwareSerial) interface |
bool Adafruit_BNO08x_RVC::read | ( | BNO08x_RVC_Data * | heading | ) |
Get the next available heading and acceleration data from the sensor.
heading | pointer to a BNO08x_RVC_Data struct to hold the measurements |