Vehicle Control Unit 0.01
This is the c library for controlling the car.
Loading...
Searching...
No Matches
PrintHelpers.h
Go to the documentation of this file.
1#define ANSI_COLOR_RED "\x1b[31m"
2#define ANSI_COLOR_GREEN "\x1b[32m"
3#define ANSI_COLOR_YELLOW "\x1b[33m"
4#define ANSI_COLOR_BLUE "\x1b[34m"
5#define ANSI_COLOR_MAGENTA "\x1b[35m"
6#define ANSI_COLOR_CYAN "\x1b[36m"
7#define ANSI_COLOR_RESET "\x1b[0m"