orion_firmware


#1

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


#2

Edit: ups, did not see your other post before replying to this one. I’ll answer the other topic then.

Hi,

Did you try the other examples first? Please try the simple ones for a start. Like the ultrasonic sensor example. If they run you can go a step ahead.

Cheers, Stefan


#3

Thanks i really appreciate that, i posted another question can you help me with that please


#4