thermo.h

Go to the documentation of this file.
00001 
00052 #ifndef DRV_THERMO_H
00053 #define DRV_THERMO_H
00054 
00055 #include "hw/thermo_map.h"
00056 
00057 #include <drv/ntc.h>
00058 
00059 void thermo_init(void);
00060 
00061 
00068 void thermo_setTarget(ThermoDev dev, deg_t temperature);
00069 
00071 void thermo_start(ThermoDev dev);
00072 
00074 void thermo_stop(ThermoDev dev);
00075 
00077 void thermo_clearErrors(ThermoDev dev);
00078 
00080 thermostatus_t thermo_status(ThermoDev dev);
00081 
00089 deg_t thermo_readTemperature(ThermoDev dev);
00090 
00091 
00092 #endif /* DRV_THERMO_H */