Go to the documentation of this file.00001
00038 #ifndef HW_LM75_H
00039 #define HW_LM75_H
00040
00041 #warning TODO:This is an example implentation, you must implement it!
00042
00043 #define LM75_HW_INIT() \
00044 do { \
00045 \
00046 } while (0)
00047
00048 #endif
00049