Wiblocks --- LED_debug

LED_debug/LED_debug.h

00001 #ifndef __LED_DEBUG_H__
00002 #define __LED_DEBUG_H__
00003 
00004 #define ZB1_LED_PIN   7 //PD7
00005 #define NB1_LED_PIN   7 //PD7
00006 #define NB1A_LED_PIN  7 //PD7
00007 
00008 class LED_debug {
00009   unsigned char _pin;
00010  public:
00011   static const unsigned char _on_delay  = 75;
00012   static const unsigned char _off_delay = 75;
00013   LED_debug(unsigned char pin = 7);
00014   void blink(unsigned char num_times);
00015 };
00016 
00017 #endif

Generated on Sun Dec 13 16:47:18 2009 by  doxygen 1.6.1