OpenMarine
[Solved] Sketch error 'crc8' was not declared in this scope - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: Pypilot (https://forum.openmarine.net/forumdisplay.php?fid=17)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=18)
+--- Thread: [Solved] Sketch error 'crc8' was not declared in this scope (/showthread.php?tid=2066)



[Solved] Sketch error 'crc8' was not declared in this scope - Onno - 2019-11-03

When I verify the motor.ino I get this error? 'crc8' was not declared in this scope


RE: Sketch error 'crc8' was not declared in this scope - jim321 - 2019-11-03

if you are using arduino ide to load the program, you need to add a new tab and paste the crc in it.
https://github.com/pypilot/pypilot/blob/master/arduino/motor/crc.h


RE: Sketch error 'crc8' was not declared in this scope - Onno - 2019-11-11

That did the job thanks!