MSPM0_ValvanoWare  1.0
ECE445L starter code
DAC.h
Go to the documentation of this file.
1 
30 #ifndef __DAC_H__
31 #define __DAC_H__
32 
33 
42 void DAC_Init(void);
43 
44 
52 void DAC_Out(uint32_t data);
53 
54 #endif
void DAC_Init(void)
Initialize 12-bit DAC.
void DAC_Out(uint32_t data)
Output to DAC.