Skip to content
Snippets Groups Projects
qstrdefs.h 350 B
Newer Older
  • Learn to ignore specific revisions
  • #include "py/mpconfig.h"
    
    
    #ifndef Q
    #define Q(x)
    #endif
    
    
    rahix's avatar
    rahix committed
    /* 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)
    
    Gerd's avatar
    Gerd committed
    
    /* vibra */
    
    Q(vibra)
    Q(vibrate)
    
    
    Q(set_callback)
    Q(enable_callback)