Zimin Wang / Mbed 2 deprecated DDRO_Farrari

Dependencies:   mbed-rtos mbed

Fork of DDRO_Farrari by Liangzhen Lai

Revision:
10:95e9932f7990
Parent:
0:84a8bcfbdec9
--- a/dac.h	Tue Feb 11 21:36:52 2014 +0000
+++ b/dac.h	Tue Feb 25 02:14:41 2014 +0000
@@ -1,3 +1,6 @@
+#ifndef DAC_H_
+#define DAC_H_
+
 #include "mbed.h"
 #include "pinout.h"
 
@@ -14,4 +17,6 @@
 #define CHAN_G 0x36
 #define CHAN_H 0x37
 
-void power_chan(char i2caddr, char chan, float voltage);
+extern void power_chan(char i2caddr, char chan, float voltage);
+
+#endif