Blame view

heat.h 147 Bytes
8dca7aeb   henyxia   Automatic Pumping...
1
2
3
  #ifndef __HEAT_H__
  #define __HEAT_H__
  
bf0cbb04   Pierre Letousey   Automatic regulation
4
  void initProcessHeat(void);
8dca7aeb   henyxia   Automatic Pumping...
5
  void* processHeat(void*);
bf0cbb04   Pierre Letousey   Automatic regulation
6
7
  void actTemp(float);
  void stopAutoHeat(void);
8dca7aeb   henyxia   Automatic Pumping...
8
9
  
  #endif