Breakout Arduino
About
Pong in C
This is just a small example using Raylib that shows what we expect to see on the arduino. Not the best game ever, but it is just a demo for playing more wit C and arduino.
Quickstart
mkdir build
cd build
cmake ..
cd ..
cmake --build ./build
./build/main
Breakout in Arduino
Pong like game on Arduino.
Quickstart
Assemble the parts as shown in the schematic and then connect the Arduino to the USB. You will need some dependencies installed and to have Arduino on /dev/ttyACM0, but other than that it should all be good to go.
make build
sudo make copy