|
API Documentation v0.0.1
|
Parsed result from an MT6835 burst angle read. More...
Public Attributes | |
| uint32_t | angle21 |
| /< 21-bit absolute angle | |
| uint8_t | status3 |
| /< 3 status bits | |
| bool | crc_ok |
| /< CRC check result (or true if CRC disabled) | |
Parsed result from an MT6835 burst angle read.
Definition at line 222 of file 3A3A1-STICK_CONTROLLER.ino.
| uint32_t MT6835_Result::angle21 |
/< 21-bit absolute angle
Definition at line 224 of file 3A3A1-STICK_CONTROLLER.ino.
| uint8_t MT6835_Result::status3 |
/< 3 status bits
Definition at line 225 of file 3A3A1-STICK_CONTROLLER.ino.
| bool MT6835_Result::crc_ok |
/< CRC check result (or true if CRC disabled)
Definition at line 226 of file 3A3A1-STICK_CONTROLLER.ino.