Skip to content
Snippets Groups Projects
Select Git revision
  • c61ce965909d1005e8ea45f40320aa5545cad522
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

file.c

Blame
  • main.py 139 B
    from machine import Pin
    
    p = Pin(0, Pin.IN)
    
    while (p.value() == 1):
        pass
    
    import cap_touch_demo
    cap_touch_demo.cap_touch_demo_start()