summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/zephyr/modzsensor.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/zephyr/modzsensor.c b/ports/zephyr/modzsensor.c
index 2a7278a61..58775b980 100644
--- a/ports/zephyr/modzsensor.c
+++ b/ports/zephyr/modzsensor.c
@@ -128,11 +128,24 @@ static const mp_rom_map_elem_t mp_module_zsensor_globals_table[] = {
C(MAGN_Y),
C(MAGN_Z),
C(DIE_TEMP),
+ C(AMBIENT_TEMP),
C(PRESS),
C(PROX),
C(HUMIDITY),
C(LIGHT),
+ C(IR),
+ C(RED),
+ C(GREEN),
+ C(BLUE),
C(ALTITUDE),
+ C(PM_1_0),
+ C(PM_2_5),
+ C(PM_10),
+ C(DISTANCE),
+ C(CO2),
+ C(VOC),
+ C(GAS_RES),
+ C(VOLTAGE),
#undef C
};