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.
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros | Functions
display.h File Reference
#include <stdint.h>
#include <stdarg.h>
Include dependency graph for display.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ DISPLAY_NEWLINE

#define DISPLAY_NEWLINE   0

Definition at line 10 of file display.h.