Skip to content
Snippets Groups Projects
Select Git revision
  • 0e28997989ffbb65ad765dd1f0c72c251dd86609
  • max32xxx default protected
  • dw-cmsisdap-path
3 results

command.h

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)