AEM
|
#include <config.h>
Public Member Functions | |
boolean | operator== (const u8u32f_struct &r) const |
boolean | operator!= (const u8u32f_struct &r) const |
Data Fields | |
uint8_t | u8 |
uint32_t | u32 |
float | f |
This is the stuct used to handle data read from the sensors as well as all SPI responses to the Master
boolean u8u32f_struct::operator!= | ( | const u8u32f_struct & | r | ) | const |
boolean u8u32f_struct::operator== | ( | const u8u32f_struct & | r | ) | const |
float u8u32f_struct::f |
uint32_t u8u32f_struct::u32 |
uint8_t u8u32f_struct::u8 |