SOLVED: Problem compiling code error: "undefined Reference to 'Timer1'"

JA_Navarro:
I am using the TimerOne library and its in the include file on top. The whole program didn't fit. I didn't think you need to initialize classes defined in a xxx.h file if they are defined there.

Have you posted the code that declares Timer1? I haven't spotted it yet.

If your sketch doesn't compile then I think any worries about whether you're correctly initialising it are a red herring; missing initialisation might stop it working but would not stop it compiling.