skip to content
← cd ../projects

$ cat pong-avr.md

Pong in C

Real-time Pong on an ATMega324A AVR microcontroller, driving an LED matrix from scratch.

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