sensorium / Mozzi

sound synthesis library for Arduino
https://sensorium.github.io/Mozzi/
GNU Lesser General Public License v2.1
1.07k stars 186 forks source link

Fix compilation for STM32_arduino newest version #147

Closed tomcombriat closed 2 years ago

tomcombriat commented 2 years ago

After reinstalling Arduino_STM32 to the latest version after a complete reinstallation of my computer, I could not compile Mozzi for STM32. Apparently, the function to attach the ADC interrupt changed. This fixes the compilation here (but I think this would need confirmation from @tfry-git ).

Best,

tomcombriat commented 2 years ago

This is for #145

tfry-git commented 2 years ago

This seems to have changed, indeed (16 months ago; it's been a while since I updated...).

tomcombriat commented 2 years ago

I am happy that this is still maintained, even it is getting hard to source good bluePills. Funny thing, I used to need to copy the ADC library for stm32 in the Mozzi folder before but this is no longer the case.