mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
964725259a
The 10 bit DAC on the lpc23xx is very simple. It only has one channel and can only be mapped to a single pin (P0.26). After setting the pin mode to DAC no further configuration in needed.
6 lines
191 B
Makefile
6 lines
191 B
Makefile
# Put defined MCU peripherals here (in alphabetical order)
|
|
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
|
|
FEATURES_PROVIDED += periph_dac
|
|
|
|
-include $(RIOTCPU)/arm7_common/Makefile.features
|