lm75.h

Go to the documentation of this file.
00001 
00043 #ifndef DRV_LM75_H
00044 #define DRV_LM75_H
00045 
00046 #include <cpu/types.h>
00047 
00048 #include <drv/ntc.h> // Macro and data type to manage celsius degree
00049 
00050 #define LM75_ADDRESS_BYTE    0x91
00051 #define LM75_PAD_BYTE        0x0
00052 
00053 deg_t lm75_read(uint8_t sens_addr);
00054 
00055 void lm75_init(void);
00056 
00057 #endif /* DRV_LM75_H */