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

run-tests

Blame
  • qstrdefs.h 199 B
    #include "py/mpconfig.h"
    
    /* buzzer */
    Q(buzzer)
    
    /* leds */
    Q(leds)
    Q(set_dim)
    
    /* utime */
    Q(utime)
    Q(sleep)
    Q(sleep_ms)
    Q(sleep_us)
    Q(ticks_ms)
    Q(ticks_us)
    Q(ticks_cpu)
    Q(ticks_add)
    Q(ticks_diff)