connornishijima / arduino-volume1

Arduino tone() just got 8-bit volume control - with no extra components!
https://hackaday.io/project/11957-8-bit-component-less-volume-control-for-arduino
GNU General Public License v3.0
116 stars 26 forks source link

Correct examples folder structure and filename #2

Closed per1234 closed 8 years ago

per1234 commented 8 years ago

This will allow the example sketches to appear under File > Examples > Volume and prevent the

The file "volume_1KHz.ino needs to be inside a sketch folder named "volume_1KHz". Create this folder, move the file, and continue?

dialog from appearing when any of the sketches are opened.

connornishijima commented 8 years ago

Holy hell, this might be the most obvious pull request fix I've ever gotten. Whoops! Thanks for spotting this big dumb lazy bug so that the examples folder works now! :)