snickerdoodle Platform Controller
firmware for STM32F0 platform controller
sd_dac.h
Go to the documentation of this file.
1 
46 #ifndef __SD_DAC_H
47 #define __SD_DAC_H
48 #ifdef __cplusplus
49 extern "C" {
50 #endif
51 
62 void sd_dac_init (void);
71 #ifdef __cplusplus
72 }
73 #endif
74 #endif /* __SD_DAC_H */
75 
76 /*
77  * END OF FILE [sd_gpio.h]
78  */
void sd_dac_init(void)
DAC Initialization Configure digital-to-analog converter peripheral and channels. ...
Definition: sd_dac.c:67