The header file is included in utility/FrequencyTimer2.cpp.
It compiles using arduino-cli (tried under Windows) for avr:uno.
While using ArduinoDroid under Android it does not compile,
because it does not find the header file.
Can somebody please change the include statement to #include "FrequencyTimer2.h"?
This will fix the problem (and is more correct in my opinion).
The header file is included in utility/FrequencyTimer2.cpp.
It compiles using arduino-cli (tried under Windows) for avr:uno.
While using ArduinoDroid under Android it does not compile,
because it does not find the header file.
Can somebody please change the include statement to #include "FrequencyTimer2.h"?
This will fix the problem (and is more correct in my opinion).