hw_led.h
Go to the documentation of this file.
00001 00038 #ifndef HW_LED_H 00039 #define HW_LED_H 00040 00041 #warning FIXME: This is an example implementation, you must implement it 00042 00043 #define LED_ON() do { /* implement me */} while(0) 00044 #define LED_OFF() do { /* implement me */} while(0) 00045 00046 #define LED_INIT() do { /* implement me */} while(0) 00047 00048 #endif /* HW_LED_H */
![(please configure the [header_logo] section in trac.ini)](/chrome/site/bertos_logo.png)