![]() |
LibDriver AT24CXX
2.0.0
AT24CXX full-featured driver
|
at24cxx information structure definition More...
#include <driver_at24cxx.h>
Data Fields | |
char | chip_name [32] |
char | manufacturer_name [32] |
char | interface [8] |
float | supply_voltage_min_v |
float | supply_voltage_max_v |
float | max_current_ma |
float | temperature_min |
float | temperature_max |
uint32_t | driver_version |
at24cxx information structure definition
Definition at line 115 of file driver_at24cxx.h.
char chip_name[32] |
chip name
Definition at line 117 of file driver_at24cxx.h.
uint32_t driver_version |
driver version
Definition at line 125 of file driver_at24cxx.h.
char interface[8] |
chip interface name
Definition at line 119 of file driver_at24cxx.h.
char manufacturer_name[32] |
manufacturer name
Definition at line 118 of file driver_at24cxx.h.
float max_current_ma |
chip max current
Definition at line 122 of file driver_at24cxx.h.
float supply_voltage_max_v |
chip max supply voltage
Definition at line 121 of file driver_at24cxx.h.
float supply_voltage_min_v |
chip min supply voltage
Definition at line 120 of file driver_at24cxx.h.
float temperature_max |
chip max operating temperature
Definition at line 124 of file driver_at24cxx.h.
float temperature_min |
chip min operating temperature
Definition at line 123 of file driver_at24cxx.h.