You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
gabriel becker 510fbd2a06 Change parameters. 2 years ago
src Change parameters. 2 years ago
README.md Modularized state machine working stable. 2 years ago

README.md

references

SW3 = Pin(("GPIO_0", 4), Pin.IN)
SW3.irq(lambda t: print("SW3 changed"))