jacobrosenthal / Goertzel

Arduino Library implementation of the Goertzel algorithm
92 stars 22 forks source link

Goertzel on stm32 #3

Open ted32 opened 5 years ago

ted32 commented 5 years ago

Hi How to modify the library to be used with stm32f103 ?

jiegecnm commented 5 years ago

modify the library?you can write library youself , or used STM32Fxxx_StdPeriph_Lib to write program

ted32 commented 5 years ago

you can write library yourself = what changes I need to make in original = no idea