Search found 1 match

by MaT2015
Thu Jun 14, 2018 7:13 am
Forum: General Discussion and Questions
Topic: Delay?
Replies: 1
Views: 7822

Delay?

I have tried to use the delay function/word on the online demo, error message says does not exist, delay in ms. pyb.delay(ms) # Using the Servo # Make sure you have the Servo checkbox marked! import machine import pyb # The pyboard has four simple servo connections servo = pyb.Servo(1) servo.angle(9...