arduino uno
- This topic has 2 replies, 2 voices, and was last updated 8 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Shop › Forum › Makelangelo Polargraph Art Robot › arduino uno
hello, where I can take friware for arduino uno?
I choose firmware_ams – firmware_ams.ino
and I get an error sketch\AFMotorDrawbot\AFMotorDrawbot.cpp.o: In function `AFMotorController::AFMotorController()’:
sketch\AFMotorDrawbot/AFMotorDrawbot.cpp:28: multiple definition of `AFMotorController::AFMotorController()’
sketch\AFMotorDrawbot.cpp.o:sketch/AFMotorDrawbot.cpp:28: first defined here
sketch\AFMotorDrawbot\AFMotorDrawbot.cpp.o: In function `AFMotorController::AFMotorController()’:
sketch\AFMotorDrawbot/AFMotorDrawbot.cpp:28: multiple definition of `AFMotorController::AFMotorController()’
you have two copies of the AFMotorDrawbot library on your computer, and arduino can’t tell which one to use.