zephyr/modzsensor: Add additional sensor type constants.
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
This commit is contained in:
parent
411d66586c
commit
0466560b12
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user