whatever
Dependencies: C027 C027_Support M2XStreamClient PowerControl jsonlite mbed-rtos mbed
Fork of PONY_Ph0-uAXIS by
igor_tools.cpp
- Committer:
- sgmcb
- Date:
- 2016-01-20
- Revision:
- 54:6ce53a145fa0
- Parent:
- 41:f603d76dc6fe
File content as of revision 54:6ce53a145fa0:
// 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 { }