My new Sunfounder (with Raspberry Pi Pico) hardware kit arrived and I started working through the tutorial
Some example code:
myLED.value(1) time.sleep(2) myLED.value(0) time.sleep(2)
myLED.value(1) is equivalent to myLED.on()
myLED.value(1)
myLED.on()