DHBW-SysProgCompiler / BattleShipsModules

Modules for BattleShips
GNU General Public License v3.0
0 stars 0 forks source link

Initial UART setup: Print, Clear, (Read) Terminal #1

Closed MaxAlberti closed 9 months ago

MaxAlberti commented 9 months ago

Extend the UART library with the functions above.

Erix0815 commented 9 months ago

added basic functions to print to the screen, as well as clear the console

Erix0815 commented 9 months ago

implemented functions to read from user however methods to move the terminal-cursor via ansi are also required will add in later commit

Erix0815 commented 9 months ago

implemented and merged to DEV