Added PM10 and VAC parameters to adc_sensors driver

This commit is contained in:
Toni Lozano 2016-01-20 15:50:56 +01:00
parent d4251d7c3b
commit 1fca3e810a
7 changed files with 363 additions and 2 deletions

View file

@ -71,6 +71,8 @@
#define ANALOG_GROVE_LIGHT 0x01
#define ANALOG_PHIDGET_ROTATION_1109 0x02
#define ANALOG_GROVE_LOUDNESS 0x03
#define ANALOG_VAC_SENSOR 0x04
#define ANALOG_PM10_SENSOR 0x05
/* -------------------------------------------------------------------------- */
#define ADC_SENSORS "ADC sensors API"
/* -------------------------------------------------------------------------- */