Arduino Robot Motor核心意外被覆盖

时间:2014-01-24 00:59:05

标签: arduino

嗯......我应该将USB线插到顶部端口,但我不小心将它插入底部端口。我在Arduino上真的很新(什么都不知道)。我正在尝试从Robot_Motor_Core上传File/Example/Robot_Motor,但该程序甚至无法编译。错误消息如下:

  

/Applications/Arduino.app/Contents/Resources/Java/libraries/Robot_Motor/ArduinoRobotMotorBoard.cpp:   在成员函数'void RobotMotorBoard :: _ refreshMotorAdjustment()'中:

     

/Applications/Arduino.app/Contents/Resources/Java/libraries/Robot_Motor/ArduinoRobotMotorBoard.cpp:256:   错误:未在此范围内声明“TRIM”

现在我只是恐慌,因为即使Robot_IR_Array_Test也没有编译。错误消息在这里:

  

Robot_IR_Array_Test.ino:在函数'void loop()'中:

     

Robot_IR_Array_Test:22:错误:'class RobotMotorBoard'没有会员   名为'readIR'

任何建议????如何将Arduino机器人设置回默认值?

帮助文档链接位于:http://arduino.cc/en/Guide/Robot

1 个答案:

答案 0 :(得分:0)

上述问题似乎与IDE有关,而不是机器人。使用全新安装或解压缩IDE创建新目录的强力方法应该可以修复错误。或者重启或重启Java。