Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
dac.h
Go to the documentation of this file.
1 #ifndef MCU_PERIPH_DAC_H
2 #define MCU_PERIPH_DAC_H
3 
4 #include "mcu_periph/dac_arch.h"
5 
6 extern void dac_init(void);
7 
8 
9 #endif /* MCU_PERIPH_DAC_H */
void dac_init(void)