mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/nucleo-f072: fix ADC configuration
This commit is contained in:
parent
72aa1569f9
commit
569e494efa
@ -1,4 +1,5 @@
|
||||
# Put defined MCU peripherals here (in alphabetical order)
|
||||
FEATURES_PROVIDED += periph_adc
|
||||
FEATURES_PROVIDED += periph_cpuid
|
||||
FEATURES_PROVIDED += periph_gpio
|
||||
FEATURES_PROVIDED += periph_rtc
|
||||
|
@ -99,19 +99,17 @@ static const uart_conf_t uart_config[] = {
|
||||
* @{
|
||||
*/
|
||||
#define ADC_CONFIG { \
|
||||
{ GPIO_PIN(PORT_A, 0), 0 },\
|
||||
{ GPIO_PIN(PORT_A, 1), 1 },\
|
||||
{ GPIO_PIN(PORT_A, 4), 4 },\
|
||||
{ GPIO_PIN(PORT_B, 0), 8 },\
|
||||
{ GPIO_PIN(PORT_A, 0), 0 }, \
|
||||
{ GPIO_PIN(PORT_A, 1), 1 }, \
|
||||
{ GPIO_PIN(PORT_A, 4), 4 }, \
|
||||
{ GPIO_PIN(PORT_B, 0), 8 }, \
|
||||
{ GPIO_PIN(PORT_C, 1), 11 },\
|
||||
{ GPIO_PIN(PORT_C, 0), 10 } \
|
||||
}
|
||||
|
||||
#define ADC_NUMOF (6)
|
||||
|
||||
/** @} */
|
||||
|
||||
|
||||
/**
|
||||
* @brief DAC configuration
|
||||
* @{
|
||||
|
Loading…
Reference in New Issue
Block a user