arduino-volume1
arduino-volume1 copied to clipboard
Arduino tone() just got 8-bit volume control - with no extra components!
Hey @connornishijima, I am hoping to implement a volume control using PWM control, similar to the way you've done, on ATTiny85. I had planned to start from DrAzzy's `tone()` but...
when you work in this library all clock processor change and all library not work with this library
this library completely changes the millis() function, when all volume.[command] lines are commented out, millis() works fine, but when they are in use, I have to write a 300000 (which...
Is there anyway to get this going on an esp8266?
Thank you for this code but it didn't work for me on an atmega128 processor via PB7
The standard arduino tone() function allows a third parameter 'duration'. As this is absent in the volume.tone(), I thought I'd use a delay followed by the volume.noTone() command. Example: ```...
HI , I am having a problem with Volume version 1.1.2. The library seems to function correctly, however I get a random Beeping sound while playing a swept tone (...
Allow floating point frequencies for tone method