API Documentation v0.0.1
Loading...
Searching...
No Matches
MT6835_Result Struct Reference

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)
 

Detailed Description

Parsed result from an MT6835 burst angle read.

Definition at line 222 of file 3A3A1-STICK_CONTROLLER.ino.

Member Data Documentation

◆ angle21

uint32_t MT6835_Result::angle21

/< 21-bit absolute angle

Definition at line 224 of file 3A3A1-STICK_CONTROLLER.ino.

Referenced by loop(), and setup().

◆ status3

uint8_t MT6835_Result::status3

/< 3 status bits

Definition at line 225 of file 3A3A1-STICK_CONTROLLER.ino.

◆ crc_ok

bool MT6835_Result::crc_ok

/< CRC check result (or true if CRC disabled)

Definition at line 226 of file 3A3A1-STICK_CONTROLLER.ino.

Referenced by loop(), and setup().


The documentation for this struct was generated from the following file: