Hi. I’m trying to connect the Orion board to my computer using Arduino. The Orion board is from the “Starter Robot Kit” which contains a tank-like robot.
I’ve downloaded the .zip library for Arduino which contains examples for Mbot. I have also selected the Arduino/Geniuno Uno board.
I’ve typed in this code into Arduino which is provided by Mblock:
However, I get this error message when I try to compile or upload it:
C:\Users\Joachim\Desktop\orion_firmware\orion_firmware.ino:1:21: fatal error: MeOrion.h: No such file or directory
#include “MeOrion.h”
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.
I can’t figure out what I am doing wrong. Help?