Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 702 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 702 Bytes

Pico Pong

Pong on an Arducam Pico4ML. This was created by myself as a task for other students to attempt in the Computer Systems II module.

image

How to run

chmod u+x compile_project.sh
./compile_project.sh

Acknowledgment

Kudos to plaaosert for porting the display SDK from C++ to C and for creating guides such as st7735-guide and icm20948-guide.