arduino-volume2 icon indicating copy to clipboard operation
arduino-volume2 copied to clipboard

Arduino tone() - with multiple waveforms and 8-bit volume control using only a speaker!

Results 6 arduino-volume2 issues
Sort by recently updated
recently updated
newest added

On the ATMega2560 and ATMega32U, there's an Output Compare Modulator (OCM1C0A) that does this modulation in Hardware, however it is limited to just the Arduino Mega digital pin 13. If...

Hi Connor, it seems neither the github repo nor the library downloaded by the Arduino IDE actually contain code which contains a way to change the pin, as mentioned in...

The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is...

Non-volatile toneMillis caused Volume::delay() to never return. Fixes https://github.com/connornishijima/arduino-volume2/issues/1 CC: @stonehippo

Hello, First thank you for this great project, really helpful !!!!! :smile: I a newbie in Arduino so sorry if my question is not relevant. Is there a way to...

It appears that the call to `vol.delay()` is not working. This can be seen in the example sketches. In `wave_types`, for example, the sketch does not get past setting the...