![]() |
Linduino
1.3.0
Linear Technology Arduino-Compatible Demonstration Board
|
Union that defines the calibration data stored in the EasySMU EEPROM. More...
Union that defines the calibration data stored in the EasySMU EEPROM.
Data Structures | |
struct | data_struct_type |
This struct holds all of the calibration data, i.e. offset integers, LSB floats, etc. The eeprom_data_union contains a byte_array that is used to write and read this data to/from the EEPROM. More... | |
Data Fields | |
struct EasySMU::eeprom_data_union::data_struct_type | calibration |
char | byte_array [sizeof(data_struct_type)] |
char EasySMU::eeprom_data_union::byte_array[sizeof(data_struct_type)] |
struct EasySMU::eeprom_data_union::data_struct_type EasySMU::eeprom_data_union::calibration |