Skip to content
Snippets Groups Projects
Select Git revision
  • 50a2d6ff5902a92b4380da934d5a59b1085e9ece
  • 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()