Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C027 C027_Support M2XStreamClient PowerControl jsonlite mbed-rtos mbed
Fork of PONY_Ph0-uAXIS by
Diff: igor_tools.cpp
- Revision:
- 41:f603d76dc6fe
--- /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