|
U.B.O.R
The [U]seless [B]ox [O]rganizing [R]obot. A FreeRTOS study project written in C which implements a multitasked control unit for a belt conveyor system with robotic sorting arms.
|
#include <stdint.h>#include <stdarg.h>

Go to the source code of this file.
Macros | |
| #define | DISPLAY_NEWLINE 0 |
Functions | |
| uint8_t | display_log (uint8_t id, const char *fmtstr,...) |
| Logs a message to the display global. More... | |
| void | display_init () |
| Initializes the display and starts the display task global. More... | |
1.8.13