diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-11-09 11:03:42 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-11-09 11:03:42 -0500 |
commit | 65c7900768799338b143a024c64b32661a38200e (patch) | |
tree | c773313dd969889c87ae785998edb03b58a47359 /dds.h | |
parent | 3a706a1d515699369096e56764313c33158f58b7 (diff) |
untested: support for AD9834 + AD5620
Diffstat (limited to 'dds.h')
-rw-r--r-- | dds.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#include <stdbool.h> +void dds_setamplitude(float millivolts); +void dds_setupwave(int frequency, bool squarewaveoutput, bool triangle); |