Hello,
I am using a DS1302 (Real Time Clock on 3 pins). The library work great on Mega 2560 but on Due, I have the error message:
NHC_5_Due:119: error: expected ')' before '*' token
NHC_5_Due:119: error: expected ')' before '*' token
The line 119 is:
DS1302 RTC(CE, IO, SCLK); //DS1302
And the line 118 is:
UTouch myTouch(6,5,4,3,2); //Tactile
If I comment the line 119, there is no problem to compile the code. Is a problem from the lib?
Do you have a link to download a correct lib DS1302 for DUE?