16 lines
198 B
C
16 lines
198 B
C
|
#ifndef __DEVICE_DAC_H_
|
||
|
#define __DEVICE_DAC_H_
|
||
|
|
||
|
void init_dac_out_module(void);
|
||
|
void hori_dac0_data_out(unsigned short int data);
|
||
|
void vert_dac1_data_out(unsigned short int data);
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|