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

it is very bad #15

Open fadi0albaghdadi opened 3 years ago

fadi0albaghdadi commented 3 years ago

when you work in this library all clock processor change and all library not work with this library

rbgorbet commented 3 years ago

I think it's saying a lot to say "ALL" libraries won't work with this one. That said, if you're using another library that uses e.g. millis(), then yes, I think you'll need to adapt it to use vol.millis(). See here.