GITLAB

henyxia / tweekd

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • tweekd
  • heat.h
  • bf0cbb04   Automatic regulation Browse Code ยป
    Pierre Letousey
    2015-04-23 16:20:52 +0200  
heat.h 147 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9
#ifndef __HEAT_H__
#define __HEAT_H__

void initProcessHeat(void);
void* processHeat(void*);
void actTemp(float);
void stopAutoHeat(void);

#endif