I was hoping to use the Galileo board in an upcoming project that must do some PWM work (at 21 Khz) and some frequency measurements. All this data was to be displayed via a web interface.
Unfortunately it appears that the TimerOne arduino library has been rendered brain-dead for the Galileo. This would have provided a means for me to adjust the PWM frequency, but most of the function bodies have been taken out by some odd use of #if preprocessor directives.
When I put the bodies back in by changing the directives, the library will not build.
Is there some hidden work around for this situation?
Thanks in advance