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

ATTiny implementation #16

Open rbgorbet opened 3 years ago

rbgorbet commented 3 years ago

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 found this. Have you made progress on an implementation on ATTiny*5 which has two timers? I'd be happy to see where you're at and pick up from there, or work with you on it. Otherwise I will start from scratch.

Limitations of my situation: