uArm-Developer / UArmForArduino

Arduino uArm Metal Library (uArm Metal only)
http://uarm-developer.github.io/UArmForArduino
82 stars 56 forks source link

Example Calibration just compile is fail. #36

Open Minxiangliu opened 6 years ago

Minxiangliu commented 6 years ago

wrong.docx Hello,I download your uArm-Developer library and and install to Arduino IDE. I need Calibration the uArm Metal. Open the Calibration Example code no change anything just compile. I use Arduino/Genuino Uno to compile. The results is many wrong. Many wrong I not understand but some of them are about multiple definition. How can i improve it? I have uploaded an error message. thank you.

dukelec commented 6 years ago

Try to move "libraries/Servo" to another place other than libraries/.

-- Best Regards, Duke Fong (方圓澍) Software Engineer

DUKELEC CO., LTD. +86-18576780518 dukelec.com

On 25 September 2017 at 23:28, Minxiangliu notifications@github.com wrote:

wrong.docx https://github.com/uArm-Developer/UArmForArduino/files/1329985/wrong.docx Hello,I download your uArm-Developer library and and install to Arduino IDE. I need Calibration the uArm Metal. Open the Calibration Example code no change anything just compile. I use Arduino/Genuino Uno to compile. The results is many wrong. Many wrong I not understand but some of them are about multiple definition. How can i improve it? I have uploaded an error message. thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/uArm-Developer/UArmForArduino/issues/36, or mute the thread https://github.com/notifications/unsubscribe-auth/AEP33e7eIx5abtutJEcJVyWWpDu4LPIXks5sl8azgaJpZM4Pi6qL .

Minxiangliu commented 6 years ago

To dukelec: You mean is ardunio original library of Servo move to another place? If this is the case,compile also fail. Because Calibration example have include the Servo.h. An error message will appear after compiling: fatal error: Servo.h: No such file or directory

Can you Clearly express what you mean? thank you.

DickoAI commented 7 months ago

Hey @Minxiangliu , did you resolve this issue? If so, please can you explain how.