myCobot icon indicating copy to clipboard operation
myCobot copied to clipboard

Missing Arduino library for SCServo.h

Open thandal opened this issue 4 years ago • 1 comments

This is more of a hint for other people who may have run into trouble building examples from Arduino/MyCobotBasic/examples that include SCServo.h. I was able to get them working by installing https://github.com/IS2511/SCServo into my Arduino libraries folder.

thandal avatar Sep 17 '21 20:09 thandal

Related to https://github.com/elephantrobotics/myCobot/issues/25, this doesn't quite seem to be the right version of the library.

For example, miniRoboFlow now fails with: C:\Users\XXX\Documents\Arduino\libraries\MyCobotBasic\examples\miniRoboFlow\Information.cpp: In member function 'void Connect::testServo(MyCobotBasic&)': Information.cpp:76:13: error: 'class SMSBL' has no member named 'FeedBack' if(sm.FeedBack(i) != -1){

thandal avatar Sep 18 '21 12:09 thandal