Merge pull request #13163 from gschorcht/board/mega-xplained/fix_adc_lines
boards/mega-xplained: fix ADC line defintions
This commit is contained in:
commit
f58b82bd39
@ -113,9 +113,9 @@ extern "C" {
|
|||||||
* @name ADC NTC, light sensor, and filter lines
|
* @name ADC NTC, light sensor, and filter lines
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#define NTC_OUTPUT GPIO_PIN(PORT_A, 5)
|
#define NTC_OUTPUT ADC_LINE(7)
|
||||||
#define LIGHT_SENSOR_OUTPUT GPIO_PIN(PORT_A, 6)
|
#define LIGHT_SENSOR_OUTPUT ADC_LINE(6)
|
||||||
#define FILTER_OUTPUT GPIO_PIN(PORT_A, 7)
|
#define FILTER_OUTPUT ADC_LINE(5)
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user