You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Related to #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){
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.
The text was updated successfully, but these errors were encountered: