BeRTOS
tmp123.h
Go to the documentation of this file.
00001 
00043 #ifndef DRV_TMP123_H
00044 #define DRV_TMP123_H
00045 
00046 #include <cpu/types.h>
00047 
00048 #include <io/kfile.h>
00049 
00050 #include <drv/ntc.h> // Macro and data type to manage celsius degree
00051 
00052 deg_t tmp123_read(KFile *fd);
00053 
00054 void tmp123_init(void);
00055 
00056 #endif /* DRV_TMP123_H */