OpenMarine

Full Version: [Solved] Sketch error 'crc8' was not declared in this scope
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I verify the motor.ino I get this error? 'crc8' was not declared in this scope
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/...otor/crc.h
That did the job thanks!