from machine import Pin signal = Pin(26,Pin.OUT) signal.off()
from machine import Pin signal = Pin(26,Pin.OUT) signal.on()