33#define MQ3_MAX_RAW_VALUE (1023U)
Low-level ADC peripheral driver interface definitions.
int16_t mq3_read(const mq3_t *dev)
Read the scaled sensor value of PPM of alcohol.
int16_t mq3_read_raw(const mq3_t *dev)
Read the RAW sensor value, can be between 0 and MQ3_MAX_RAW_VALUE.
int mq3_init(mq3_t *dev, adc_t adc_line)
Initialize a MQ-3 alcohol sensor.
uint_fast8_t adc_t
Define default ADC type identifier.
device descriptor for a MQ-3 sensor
adc_t adc_line
the used ADC line