import sensor, image, time
import pyb
import car
from pyb import Pin, Timer,Servo
sensor.reset()
sensor.set_pixformat(sensor.RGB565)
sensor.set_framesize(sensor.QQVGA)
sensor.skip_frames(10)
sensor.set_auto_whitebal(False)
clock = time.clock()
green_threshold = (85, 42, 15, 58, 68, 31)
size_threshold = 2000
K=460
i=0
s3 = Servo(3) # P9
s3.angle(45)
time.sleep(1000)
s3.angle(-45)
time.sleep(1000)
Y
yq5u 发布的帖子
-
单独舵机测试代码可以控制舵机运动, 而加入其它语句就不行了
-
RE: 请问,为什么car.run(0,0)停不了车,还是全速前进
@kidswong999 就是在代码中,写car.run(0,0)与写car.run(20,20)是一样的效果,只有写成car.run(-20,-20)才会反转