thermo.h

Go to the documentation of this file.
00001 
00056 #ifndef DRV_THERMO_H
00057 #define DRV_THERMO_H
00058 
00059 #include "hw/thermo_map.h"
00060 
00061 #include <drv/ntc.h>
00062 
00063 void thermo_init(void);
00064 
00065 
00072 void thermo_setTarget(ThermoDev dev, deg_t temperature);
00073 
00075 void thermo_start(ThermoDev dev);
00076 
00078 void thermo_stop(ThermoDev dev);
00079 
00081 void thermo_clearErrors(ThermoDev dev);
00082 
00084 thermostatus_t thermo_status(ThermoDev dev);
00085 
00093 deg_t thermo_readTemperature(ThermoDev dev);
00094 
00095 
00096 #endif /* DRV_THERMO_H */