From 62efc0f9d46732c38a1b65243364103d36ff942d Mon Sep 17 00:00:00 2001 From: David Lenfesty Date: Thu, 5 Dec 2019 17:31:33 -0700 Subject: [PATCH] added README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..132361d --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# ECE 312 Final Lab Project + +This repo contains the code and schematics for @WillardFarmer and I's ECE 312 lab final project. + +Blog post coming eventually. + + +## Design Goals + +The final lab was quite open ended, where the groups of students were instructed +to come up with project proposals and assigned a score based on the complexity +and functionality of the project. The requirements were quite open ended. + +Our project was to to design a music player that read from an SD card, and +could select songs using an LCD and some buttons. + +There's some issues with the firmware (it can get into a "locked" state if you +don't operate it quite correctly), but the main bulk of the project, WAV +playback is perfectly functional.