Creates DAC interface

Fork of DevInterfaces by wimbeaumont Project

Revision:
1:5672673314f9
Parent:
0:da1fb7dd363f
Child:
2:58f1d5a3f850
--- a/getVersion.cpp	Fri Oct 23 19:34:53 2015 +0000
+++ b/getVersion.cpp	Fri Jan 08 11:56:44 2016 +0000
@@ -1,8 +1,11 @@
 #include "getVersion.h"
 
-#define GETVERSION_SRC_VER  "0.10"
-
+#define GETVERSION_SRC_VER  "0.11"
+#ifdef MBED 
 #include "mbed.h"
+#else 
+#include  <stdlib.h> 
+#endif 
 
 #define NULL 0