Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions include/terminal.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ void Terminal_ShowCursor(uint8_t channel);
*/
void Terminal_SetColor(uint8_t channel, enum term_color color);

/** Function to clear the screen of the terminal
*
* This function will clear all characters written in the terminal.
*
* @param channel UART Channel
*/
void Terminal_ClearScreen(uint8_t channel);

///@}
Expand Down