1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/mega-xplained/include
Gunar Schorcht f53534ed44 boards/mega-xplained: fix ADC line defintions
For the ATmega platform the ADC lines are not defined according to the GPIOs. Instead, they are defined from 0 to ADC_NUMOF-1, which in turn represents the bit in the corresponding ADC registers.  The mapping from the line number to the corresponding ADC register/bit combination is done implicitly by the periph/adc implementation.
2020-01-18 13:19:11 +01:00
..
adc_params.h boards/mega-xplained: Initial Mega1284P Xplained support 2018-03-26 11:17:15 -04:00
board.h boards/mega-xplained: fix ADC line defintions 2020-01-18 13:19:11 +01:00
gpio_params.h boards/mega-xplained: Initial Mega1284P Xplained support 2018-03-26 11:17:15 -04:00
mega-xplained_pinmap.h boards/mega-xplained: Initial Mega1284P Xplained support 2018-03-26 11:17:15 -04:00
periph_conf.h boards/common/atmega: Refactoring periph_conf.h 2019-02-25 18:48:09 +01:00