Skip to content

Commit

Permalink
include: added new sensor channel SENSOR_CHAN_GAS_RES
Browse files Browse the repository at this point in the history
Added new sensor channel SENSOR_CHAN_GAS_RES to support the bme680

Signed-off-by: Bosch Sensortec <[email protected]>
  • Loading branch information
BST-Github-Admin authored and MaureenHelm committed May 31, 2019
1 parent 03bbbb9 commit 44b19bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ enum sensor_channel {
SENSOR_CHAN_CO2,
/** VOC level, in parts per billion (ppb) **/
SENSOR_CHAN_VOC,
/** Gas sensor resistance in ohms. */
SENSOR_CHAN_GAS_RES,

/** Voltage, in volts **/
SENSOR_CHAN_VOLTAGE,
Expand Down

0 comments on commit 44b19bc

Please sign in to comment.