PaulStoffregen / FreqCount

Measures the frequency of a signal by counting the number of pulses during a fixed time.
http://www.pjrc.com/teensy/td_libs_FreqCount.html
145 stars 48 forks source link

Arduino nano every support #20

Open tim-hamberg opened 3 years ago

tim-hamberg commented 3 years ago

Hi, Very usefull library! Is it possible to update the library so it works with the newer Arduino nano every?

PaulStoffregen commented 3 years ago

Depends on the meaning of "possible".

If "possible" means Nano Every has good enough hardware and someone with enough knowledge and time creates and tests the code, then yes. I'd be happy to merge a pull request, as long as it doesn't break compatibility for other boards, when/if someone contributes such code.

But if "possible" means I will do it all by myself, then no.

EdgeOg0322 commented 3 years ago

Is there a manual or explanation on how you've coded the program to work for other boards? I would like to contribute in making it compatible with nano every too.

PaulStoffregen commented 3 years ago

No, there is no manual. The only way to learn this is to read the source code.