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%
| .idea | ||
| include | ||
| lib | ||
| src | ||
| test | ||
| .gitignore | ||
| CMakeLists.txt | ||
| CMakeListsPrivate.txt | ||
| LICENSE | ||
| platformio.ini | ||
| README.md | ||
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