IGOR / Mbed 2 deprecated PONY_Ph0-uAXIS

Dependencies:   C027 C027_Support M2XStreamClient PowerControl jsonlite mbed-rtos mbed

Fork of PONY_Ph0-uAXIS by Sean McBeath

Revision:
41:f603d76dc6fe
diff -r 82b70b92169e -r f603d76dc6fe igor_tools.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/igor_tools.cpp	Tue Dec 29 06:56:52 2015 +0000
@@ -0,0 +1,26 @@
+// igor_tools.cpp
+// (C) 2015 Igor Institute
+
+#include "igor_tools.h"
+
+// Definitions of AASCI color codes
+#define COL(c) "\033[" c
+
+ #define DEF COL("39m")
+ #define BLA COL("30m")
+ #define RED COL("31m")
+ #define GRE COL("32m")
+ #define YEL COL("33m")
+ #define BLU COL("34m")
+ #define MAG COL("35m")
+ #define CYA COL("36m")
+ #define WHY COL("37m”)
+
+
+namespace iidebug {
+    
+    
+    
+    
+    
+}
\ No newline at end of file