Hi, trying to load any single phase multiload sketch (Mk2_PVrouter_Multiload_CAT5_vX) to my Arduino but get the following error when the sketch's are verified:-
Mk2_PVrouter_Multiload_CAT5_v4.cpp: In function 'void setup()':
Mk2_PVrouter_Multiload_CAT5_v4:447: error: 'Timer1' was not declared in this scope
I have zero programming skills so probably missing the obvious to you clever chaps.
Currently running Robin's "Mk2i_PV_Router_rev2.ino" sketch to heat a solar hot water aux tank and now wish to use suplus for secondary/tertiary use.
Can anyone help me here please?
Thank you in advance.
Dickie Welham.
Re: Help! Get Compiling error on Sketch's "Mk2_PVrouter_Multiload_CAT5_vX" when trying to Verify
You are missing the timer library in your Arduino set-up. Throw "Arduino Timer1" at Google.
Re: Help! Get Compiling error on Sketch's "Mk2_PVrouter_Multiload_CAT5_vX" when trying to Verify
Thx Robert,
Included TimerOne (found on Web) in the library folder of the Arduino Console Program and sketch now Verifies. Assume now all OK? will try the multiload sketch on the board soon. Very Much appreciated.
Dickie.