baseline build

Dependencies:   FastPWM mbed-os mbed

Revision:
0:8a420ac6394e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SPIDAC.h	Mon Jun 19 15:55:51 2017 +0000
@@ -0,0 +1,7 @@
+#ifndef __SPIDAC_H__
+#define __SPIDAC_H__
+
+void SPIDACInitialize(void);
+void SPIDACSend(uint16_t aValue, uint16_t bValue);
+
+#endif