Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import pyb
print("Executing main.py")
led = pyb.LED(1)
led.on()
pyb.delay(100)
led.off()