Class CommInterface
Defined in File comm_interface.hpp
Inheritance Relationships
Derived Types
public I2CInterface(Class I2CInterface)public SPIInterface(Class SPIInterface)public UARTInterface(Class UARTInterface)
Class Documentation
-
class CommInterface
Interface for the communication with the BNO08x sensor This class defines the interface for the communication with the BNO08x sensor. It is used by the BNO08x class to abstract the communication with the sensor, so that the BNO08x class can be used with different communication interfaces (I2C, UART, SPI).
Subclassed by I2CInterface, SPIInterface, UARTInterface