Skip to content

Turn your Padauk microcontroller into a cheap melody IC! Crude implementation of tone function in padauk micro.

License

Notifications You must be signed in to change notification settings

Kashouryo/Padauk-tone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Padauk-tone

Crude implementation of tone function in padauk micro

How to use

The first parameter is the note, the second parameter is the length of the note. The note is coded in numbered musical notation while the length of note is following the note duration in sheet music.

tonePA3(3,4); //plays the note "Mi" for 500ms (quarter note)

Tempo adjustment

The tempo is hard coded to 120bpm. However, by changing the delay time in the function, you can adjust the tempo freely.

About

Turn your Padauk microcontroller into a cheap melody IC! Crude implementation of tone function in padauk micro.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published