Hi!
So, this is my first time programming a RedBot. I was following the instructions and I ran the program it provided. When I tried verifying the code, it gave me this error message:
Arduino: 1.8.8 (Windows Store 1.8.19.0) (Windows 10), Board: "Arduino/Genuino Uno"
Exp2_DriveForward:14:82: error: RedBot.h: No such file or directory
compilation terminated.
exit status 1
RedBot.h: No such file or directory
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Any help?
Arduino: 1.8.8 (Windows Store 1.8.19.0) (Windows 10), Board: "Arduino/Genuino Uno" Exp2_DriveForward:14:82: error: RedB
Moderator: phalanx
-
- Posts: 1
- Joined: Wed Feb 06, 2019 4:20 pm
Re: Arduino: 1.8.8 (Windows Store 1.8.19.0) (Windows 10), Board: "Arduino/Genuino Uno" Exp2_DriveForward:14:82: error:
It should not make a difference, but you could try #include "RedBot.h" instead of #include <RedBot.h>
else try reinstall the library ( https://github.com/sparkfun/SparkFun_Re ... no_Library).
else try reinstall the library ( https://github.com/sparkfun/SparkFun_Re ... no_Library).