from machine import Pin p0 = Pin(0,Pin.OUT) p1 = Pin(1,Pin.OUT) p0.value(0) p1.value(0)