Loading...
Searching...
No Matches
adc_params.h File Reference

Board specific configuration of direct mapped ADC. More...

Detailed Description

Board specific configuration of direct mapped ADC.

Author
Joakim NohlgÄrd joaki.nosp@m.m.no.nosp@m.hlgar.nosp@m.d@ei.nosp@m.stec..nosp@m.se
Matthew Blue matth.nosp@m.ew.b.nosp@m.lue.n.nosp@m.euro.nosp@m.@gmai.nosp@m.l.co.nosp@m.m

Definition in file adc_params.h.

#include "board.h"
#include "saul/periph.h"
+ Include dependency graph for adc_params.h:

Go to the source code of this file.

static const saul_adc_params_t saul_adc_params []
 ADC configuration.
 

Variable Documentation

◆ saul_adc_params

const saul_adc_params_t saul_adc_params[]
static
Initial value:
=
{
{
.name = "NTC thermistor",
.line = NTC_OUTPUT,
.res = ADC_RES_10BIT,
},
{
.name = "Light sensor",
.line = LIGHT_SENSOR_OUTPUT,
.res = ADC_RES_10BIT,
},
{
.name = "RC filter",
.line = FILTER_OUTPUT,
.res = ADC_RES_10BIT,
}
}
@ ADC_RES_10BIT
ADC resolution: 10 bit.
Definition adc.h:96

ADC configuration.

Definition at line 34 of file adc_params.h.