BeRTOS
|
00001 00038 #ifndef HW_TMP123_H 00039 #define HW_TMP123_H 00040 00041 #warning TODO:This is an example implentation, you must implement it! 00042 00043 #define TMP123_HW_CS_EN() /* Implement me! */ 00044 #define TMP123_HW_CS_DIS() /* Implement me! */ 00045 00046 #define TMP123_HW_INIT() \ 00047 do { \ 00048 /* Pin init */\ 00049 } while (0) 00050 00051 #endif /* HW_TMP123_H */ 00052