CANFestivino icon indicating copy to clipboard operation
CANFestivino copied to clipboard

'timerCallback_t' issue

Open SergioSerrao opened this issue 8 years ago • 1 comments

I'm having issues in compiling AGCON_B1.ino example code

CANFestivino-master/CO_timer.h:49:32: error: 'timerCallback_t' has not been declared

I tried to fix this error but but I'm not sure where to begin, if I fix it in CO_timer.h it passes to CO_timer_Arduino.cpp and so on. I'm sure it's a very important function and it has to pass all parameters.

SergioSerrao avatar Oct 17 '16 15:10 SergioSerrao

You have to put my Timer library also in your Sketchbook/library folder. Maybe even some more libraries but I currently don't remember. Just try this and see if anything else pops up, then give me shout again.

jgeisler0303 avatar Oct 18 '16 19:10 jgeisler0303