$ cat pong-avr.md
Pong in C
Real-time Pong on an ATMega324A AVR microcontroller, driving an LED matrix from scratch.
- C
- AVR
- Embedded Systems
Overview
A from-scratch implementation of Pong on bare-metal AVR hardware, rendering to an LED matrix with no OS or framework to lean on.
What I built
- Real-time game loop with precise timing control on the ATMega324A
- Paddle movement, ball physics, collision detection and scoring logic
- Direct hardware I/O for driving the LED matrix display