voron

experimental ARM OS
git clone git://git.2f30.org/voron
Log | Files | Refs | README | LICENSE

debug.h (134B)


      1 #ifndef __DEBUG_H
      2 #define __DEBUG_H
      3 
      4 void set_led_d1(int on);
      5 void set_led_d2(int on);
      6 void set_leds(int on);
      7 
      8 #endif	/* __DEBUG_H */