Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board
EasySMU::eeprom_data_union Union Reference

Union that defines the calibration data stored in the EasySMU EEPROM. More...

Detailed Description

Union that defines the calibration data stored in the EasySMU EEPROM.

Definition at line 290 of file EasySMU.h.

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)]
 

Field Documentation

◆ byte_array

char EasySMU::eeprom_data_union::byte_array[sizeof(data_struct_type)]

Definition at line 314 of file EasySMU.h.

◆ calibration

struct EasySMU::eeprom_data_union::data_struct_type EasySMU::eeprom_data_union::calibration

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