mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 12:23:23 +08:00
10 lines
145 B
C
10 lines
145 B
C
#ifndef MCU_PERIPH_DAC_H
|
|
#define MCU_PERIPH_DAC_H
|
|
|
|
#include "mcu_periph/dac_arch.h"
|
|
|
|
extern void dac_init(void);
|
|
|
|
|
|
#endif /* MCU_PERIPH_DAC_H */
|