• Christian a commenté une activité il y a 10 ans

    you can use

    servo = Runtime.createAndStart(« servo », « Servo »)
    servo.attach(« i01.right », 22)
    servo.setMinMax(0,90)
    servo.moveTo(45)
    etc