I’ve just bought an Me Stepper Motor Driver. To get started, I’m trying to get Arduino Uno to run the example sketch TestStepperDriver. I’ve installed the Makeblock libraries (after renaming the git file to remove dashes, and the sub-folder, and recompressing it).
When I click Verify code, I get this error message:
In file included from /home/pi/sketchbook/libraries/Makeblock/MeConfig.h:96:0,
from /home/pi/sketchbook/libraries/Makeblock/MeOrion.h:38,
from TestStepperDriver.ino:19:
/home/pi/sketchbook/libraries/Makeblock/utility/Servo.h:69:2: error: #error “This library only supports boards with an AVR, SAM or SAMD processor.”
#error “This library only supports boards with an AVR, SAM or SAMD processor.”
^
What’s the problem? It doesn’t seem like this should be so difficult. Aren’t there a lot of people using Makeblock products with Arduino Uno boards?