Added SGP40 readout.

This commit is contained in:
David Žaitlík
2022-02-13 15:52:50 +01:00
parent d86713277f
commit 2a491090e6
11 changed files with 1414 additions and 228 deletions

View File

@@ -27,7 +27,9 @@ class Sensor():
'PM_number_concentration_2.5': 30023, \
'PM_number_concentration_4.0': 30024, \
'PM_number_concentration_10.0': 30025, \
'PM_typical_particle_size': 30026 }
'PM_typical_particle_size': 30026, \
'VOC_ticks': 30027, \
'VOC_index': 30028}
holding_registers = { \
'LED_on': 40001, \
'LED_brightness': 40002, \