MSPM0_ValvanoWare  1.0
ECE445L starter code
DAC5.h
Go to the documentation of this file.
1 
22 #ifndef __DAC5_H__
23 #define __DAC5_H__
24 
37 void DAC5_Init(void);
38 
46 void DAC5_Out(uint32_t data);
47 
48 #endif // __DAC5_H__
void DAC5_Init(void)
Initialize DAC.
void DAC5_Out(uint32_t data)
Output to DAC5.