Skip to content
Snippets Groups Projects
qstrdefs.h 199 B
Newer Older
  • Learn to ignore specific revisions
  • #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)