references

SW3 = Pin(("GPIO_0", 4), Pin.IN)
SW3.irq(lambda t: print("SW3 changed"))
Description
No description provided
Readme 290 KiB
Languages
Python 100%