Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 641 Bytes

File metadata and controls

11 lines (11 loc) · 641 Bytes

Arduino_Buzzer_RGB_Panel

A arduino piezo/buzzer sound player

a random arduino thingy i made which basically plays songs thru a melody list which makes a rgb led change colors(based on the current note)

What do i need to make this?

Answer:

Go to the Components.txt file to see what you need to construct this project.

How do i change the song?

Answer:

Go to https://github.com/hibit-dev/buzzer/tree/master/src , copy the melody and durations list from the song of your choice, and replace them with the current melody and durations code.

Credits

https://github.com/hibit-dev/buzzer for the pitches lib and songs