A demonstration of a custom graphics and I/O protocol using a computer, a serial port, and an Arduino (Uno)
  • C++ 94.7%
  • CMake 5.3%
Find a file
2022-10-22 20:12:10 -04:00
.idea initial commit 2022-10-22 20:12:10 -04:00
include initial commit 2022-10-22 20:12:10 -04:00
lib initial commit 2022-10-22 20:12:10 -04:00
src initial commit 2022-10-22 20:12:10 -04:00
test initial commit 2022-10-22 20:12:10 -04:00
.gitignore initial commit 2022-10-22 20:12:10 -04:00
CMakeLists.txt initial commit 2022-10-22 20:12:10 -04:00
CMakeListsPrivate.txt initial commit 2022-10-22 20:12:10 -04:00
LICENSE Initial commit 2022-10-22 23:52:39 +00:00
platformio.ini initial commit 2022-10-22 20:12:10 -04:00
README.md initial commit 2022-10-22 20:12:10 -04:00

arduino-graphical-terminal

A demonstration of a custom graphics and I/O protocol using a computer, a serial port, and an Arduino (Uno)

Code And Project Notice

This is based on a previous .ino file version. I quickly refactored it into multiple files and a CLion project. Things aren't in the right place, there are no header files, and I might have broken pong.

Compiling And Uploading

To compile, you must have CMake and a C++ compiler installed. You can install MinGW on Windows to get these tools, probably. To upload, you must have PlatformIO installed.

To compile and upload to your board, run the following:

platformio -c clion run --target upload -e uno