hw_blanker.h
Go to the documentation of this file.00001 00040 #ifndef HW_BALNCKER_H 00041 #define HW_BALNCKER_H 00042 00043 #warning TODO:This is an example implementation, you must implement it! 00044 00045 #define BLK_LCDON /* power_LcdOn() Implement me! */ 00046 #define BLK_LCDOFF /* power_LcdOff() Implement me! */ 00047 00048 00049 #endif /* HW_BLANCKER_H */ 00050
