Micropython Tombol Interrup

>>> def f():
...   pyb.LED(1).toggle()
...
>>> sw.callback(f)
Precious Petrel