Jared Baxter
/
Impedance_Fast_Circuitry
Fork of DSP_200kHz by
Diff: DMA_sampling/dac.h
- Revision:
- 54:1697dc574b96
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DMA_sampling/dac.h Tue Feb 16 18:33:44 2016 +0000 @@ -0,0 +1,9 @@ +#ifndef DAC_H_ +#define DAC_H_ + +#include "mbed.h" + +void dac_reset(); +void dac_init(); + +#endif /* DAC_H_ */ \ No newline at end of file