Emmm ..我應該將USB線插入頂端口,但我不小心將其插入底端口。我對Arduino真的很陌生(一無所知)。我試圖從File/Example/Robot_Motor
上傳Robot_Motor_Core
,但該程序甚至沒有編譯。該錯誤消息如下:Arduino機器人電機核心意外覆蓋
/Applications/Arduino.app/Contents/Resources/Java/libraries/Robot_Motor/ArduinoRobotMotorBoard.cpp: In member function 'void RobotMotorBoard::_refreshMotorAdjustment()':
/Applications/Arduino.app/Contents/Resources/Java/libraries/Robot_Motor/ArduinoRobotMotorBoard.cpp:256: error: 'TRIM' was not declared in this scope
現在我只是恐慌,因爲即使是甚至不編譯爲好。該錯誤信息是在這裏:
Robot_IR_Array_Test.ino: In function 'void loop()':
Robot_IR_Array_Test:22: error: 'class RobotMotorBoard' has no member named 'readIR'
任何建議????如何將Arduino機器人恢復默認?
的幫助文檔鏈接是在這裏:http://arduino.cc/en/Guide/Robot
你真的在底板上閃過什麼東西。並且想要將它閃回到您認爲應該是的? – mpflaga
@mpflaga我插入底板並上傳了一個隨機文件。現在整個機器人甚至不再移動。我只想恢復原始的底層文件。 –