开心而已 2星
共回答了274个问题采纳率:96.9% 评论
先来看看IDE自带的例程servosweep,其中有一句Servomyservo;//createservoobjecttocontrolaservo把myservo改为myservo1myservo2等,即可实现多舵机.Servomyservo1;Servomyservo2;当然控制脚定义也要相应修改,例如原句是myservo.attach(9)
;//attachestheservoonpin9totheservoobject改为myservo1.attach(9);myservo2.attach(10)
;最后使用舵机的语句也要修改,原句是myservo.write(pos)
;//tellservotogotopositioninvariable'pos'改为myservo1.write(pos);myservo2.write(pos);
3小时前
猜你喜欢的问题
5个月前1个回答
5个月前1个回答
5个月前1个回答
5个月前2个回答
5个月前1个回答
5个月前2个回答
热门问题推荐
3个月前1个回答
3个月前1个回答
3个月前1个回答
3个月前2个回答
3个月前2个回答
1个月前3个回答
1个月前2个回答
1个月前2个回答
2个月前2个回答