You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just loaded the mergCBUS library from https://github.com/amaurial/mergCanBus.
I am compiling the example teste and have the error 'class MergCBUS' has no member named 'setDebug' at line 68 in the example.
cbus.setDebug(true);//print some messages on the serial port
It compiles fine if I comment this line and build it for an Arduino MEGA.
Have I got the wrong version of something?
John Fletcher
The text was updated successfully, but these errors were encountered:
I have just loaded the mergCBUS library from https://github.com/amaurial/mergCanBus.
I am compiling the example teste and have the error 'class MergCBUS' has no member named 'setDebug' at line 68 in the example.
cbus.setDebug(true);//print some messages on the serial port
It compiles fine if I comment this line and build it for an Arduino MEGA.
Have I got the wrong version of something?
John Fletcher
The text was updated successfully, but these errors were encountered: