|
COSA
An Object-Oriented Platform for Arduino Programming
|
#include <MPU6050.hh>

Public Member Functions | |
| int_status_t (uint8_t value=0) | |
| operator uint8_t () | |
Public Attributes | |
| uint8_t | as_uint8 |
| As a byte. More... | |
| struct { | |
| uint8_t DATA_RDY_INT:1 | |
| < As bitfields. More... | |
| uint8_t reserved1:2 | |
| Reserved-1. More... | |
| uint8_t I2C_MST_INT:1 | |
| I2C Master interrupt. More... | |
| uint8_t FIFO_OFLOW_INT:1 | |
| FIFO buffer overflow. More... | |
| uint8_t reserved2:3 | |
| Reserved-2. More... | |
| }; | |
Register INT_STATUS bitfields.
Definition at line 356 of file MPU6050.hh.
|
inline |
Definition at line 365 of file MPU6050.hh.
|
inline |
Definition at line 369 of file MPU6050.hh.
| struct { ... } |
| uint8_t MPU6050::int_status_t::as_uint8 |
As a byte.
Definition at line 357 of file MPU6050.hh.
| uint8_t MPU6050::int_status_t::DATA_RDY_INT |
| uint8_t MPU6050::int_status_t::FIFO_OFLOW_INT |
FIFO buffer overflow.
Definition at line 362 of file MPU6050.hh.
| uint8_t MPU6050::int_status_t::I2C_MST_INT |
I2C Master interrupt.
Definition at line 361 of file MPU6050.hh.
| uint8_t MPU6050::int_status_t::reserved1 |
Reserved-1.
Definition at line 360 of file MPU6050.hh.
| uint8_t MPU6050::int_status_t::reserved2 |
Reserved-2.
Definition at line 363 of file MPU6050.hh.