What steps will reproduce the problem?
1. Include library into Arduino/hardware/libraries/
2. Write "#include <TimerOne.h>" in some project
3. Compile
What is the expected output? What do you see instead?
Expected output: Compiling. What I see instead: An error saying that
"TimerOneTesting.h" doesn't exists.
To solve the problem the line number 39 of "TimerOne.cpp" must be replaced by
this: #include "TimerOne.h"
Original issue reported on code.google.com by jordimar...@gmail.com on 7 Nov 2011 at 3:05
Original issue reported on code.google.com by
jordimar...@gmail.com
on 7 Nov 2011 at 3:05