I have tried a variety of sources and still cannot get the new libraries installed properly.
The I can load the standard products and samples but it will not allow me to load and run (without errors) any new libraries. Specifically the libraries associated with MakeBlock Robot.
Here is the errors that I recieve:
Arduino: 1.5.5 (Windows 7), Board: "Arduino Uno"
Ultrasonic_car:19: error: 'MeDCMotor' does not name a type
Ultrasonic_car:20: error: 'MeDCMotor' does not name a type
Ultrasonic_car:21: error: 'MeUltrasonicSensor' does not name a type
Ultrasonic_car.ino: In function 'void loop()':
Ultrasonic_car:38: error: 'UltrasonicSensor' was not declared in this scope
Ultrasonic_car.ino: In function 'void Forward()':
Ultrasonic_car:66: error: 'MotorL' was not declared in this scope
Ultrasonic_car:67: error: 'MotorR' was not declared in this scope
Ultrasonic_car.ino: In function 'void Backward()':
Ultrasonic_car:71: error: 'MotorL' was not declared in this scope
Ultrasonic_car:72: error: 'MotorR' was not declared in this scope
Ultrasonic_car.ino: In function 'void TurnLeft()':
Ultrasonic_car:76: error: 'MotorL' was not declared in this scope
Ultrasonic_car:77: error: 'MotorR' was not declared in this scope
Ultrasonic_car.ino: In function 'void TurnRight()':
Ultrasonic_car:81: error: 'MotorL' was not declared in this scope
Ultrasonic_car:82: error: 'MotorR' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.[/glow][/glow][/glow][/glow]