PaulStoffregen / FreqMeasure

Measures the elapsed time during each cycle of an input frequency.
http://www.pjrc.com/teensy/td_libs_FreqMeasure.html
70 stars 31 forks source link

Esp32 board support #18

Open ajparrah opened 4 years ago

ajparrah commented 4 years ago

Hi, I've been seen your proposal. (It's amazing)

I was trying to compile for Esp32 board and I'm getting this message

"Unknown chip, please edit me with timer+counter definitions".

@PaulStoffregen @ivankravets @Roman3349 What's necessary for it to work on that board (Esp32)?. I would like to collaborate with it, I need it, but i really don't know what i have to found about Esp32 board to make it possible. Can you clarify me what i have to look for?

I'm using PlatformIO

PaulStoffregen commented 4 years ago

You need to look for a programmer familiar with the on-chip timers and willing to put in the work to add code for them.

This isn't a matter of just searching for the right keywords. Real human effort is needed to understand hardware and craft software to support it.