forked from M-Labs/artiq
8 lines
116 B
C
8 lines
116 B
C
|
#ifndef __DDS_H
|
||
|
#define __DDS_H
|
||
|
|
||
|
void dds_init(void);
|
||
|
void dds_program(int channel, int ftw);
|
||
|
|
||
|
#endif /* __DDS_H */
|