|
HF-BNO08x
0.1.0-dev
|
Classes | |
| class | CommInterface |
| CRTP base class for BNO08x communication interfaces. More... | |
Enumerations | |
| enum class | CtrlPin : uint8_t { RSTN = 0 , BOOTN , WAKE , PS0 , PS1 } |
| Identifies the hardware control pins of the BNO08x. More... | |
| enum class | GpioSignal : uint8_t { INACTIVE = 0 , ACTIVE = 1 } |
| Abstract signal level for control pins. More... | |
|
strong |
Identifies the hardware control pins of the BNO08x.
Used with GpioSet() / GpioSetActive() / GpioSetInactive() to control the sensor's dedicated GPIO pins through the CommInterface.
The mapping from GpioSignal::ACTIVE / INACTIVE to physical HIGH / LOW is determined by the platform bus implementation, based on the board's active-level design:
|
strong |