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

fun-kwonlydef.py

Blame
  • qstrdefs.h 272 B
    #include "py/mpconfig.h"
    
    #ifndef Q
    #define Q(x)
    #endif
    
    /* leds */
    Q(leds)
    Q(BOTTOM_LEFT)
    Q(BOTTOM_RIGHT)
    Q(TOP_LEFT)
    Q(TOP_RIGHT)
    
    /* 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)
    
    /* vibra */
    Q(vibra)