![]() |
LibDriver SPS30
1.0.0
SPS30 full-featured driver
|
sps30 information structure definition More...
#include <driver_sps30.h>
Data Fields | |
char | chip_name [32] |
char | manufacturer_name [32] |
char | interface [16] |
float | supply_voltage_min_v |
float | supply_voltage_max_v |
float | max_current_ma |
float | temperature_min |
float | temperature_max |
uint32_t | driver_version |
sps30 information structure definition
Definition at line 138 of file driver_sps30.h.
char chip_name[32] |
chip name
Definition at line 140 of file driver_sps30.h.
uint32_t driver_version |
driver version
Definition at line 148 of file driver_sps30.h.
char interface[16] |
chip interface name
Definition at line 142 of file driver_sps30.h.
char manufacturer_name[32] |
manufacturer name
Definition at line 141 of file driver_sps30.h.
float max_current_ma |
chip max current
Definition at line 145 of file driver_sps30.h.
float supply_voltage_max_v |
chip max supply voltage
Definition at line 144 of file driver_sps30.h.
float supply_voltage_min_v |
chip min supply voltage
Definition at line 143 of file driver_sps30.h.
float temperature_max |
chip max operating temperature
Definition at line 147 of file driver_sps30.h.
float temperature_min |
chip min operating temperature
Definition at line 146 of file driver_sps30.h.