eel4746_avr_piano

For our Microprocessor's class final project, we chose to make a chiptune piano using AVR C on two Arduino UNOs.
Log | Files | Refs | README | LICENSE

commit ae4f92b170a05c4c62c335aa17d64f5f95860010
parent edd35cae3b841281d5f1754cd5eb7cabfa7c8b16
Author: Vineet K <git@vineetk.net>
Date:   Sat, 20 Apr 2024 15:31:21 -0400

add .gitignore

Diffstat:
A.gitignore | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,5 @@ +*.core +*.hex +*.o +*~ +a.out