Hello,
I downloaded the latest Makeblock library on my arduino software and i tried to verify this example: orion_firmware but i’m still getting this error:
orion_firmware:17: error: ‘Servo’ does not name a type
orion_firmware:18: error: ‘MeDCMotor’ does not name a type
orion_firmware:19: error: ‘MeTemperature’ does not name a type
orion_firmware:20: error: ‘MeRGBLed’ does not name a type
.
.
.
.
etc
In addition, these are the libraries that i included in the code:
include <>Wire.h
include <>SoftwareSerial.h
include <>Arduino.h
include <>MeOrion.h