diff --git a/src/stm32f4/DAC/dac.pro b/src/stm32f4/DAC/dac.pro new file mode 100644 --- /dev/null +++ b/src/stm32f4/DAC/dac.pro @@ -0,0 +1,14 @@ +TEMPLATE = lib +CONFIG += libuc2lib + +DEFINES += CPUFREQ=168000000 + +SOURCES += dac.c + +UCMODEL=stm32f4 + +HEADERS += \ + ../../../include/PERIPHERALS/dac.h + + +