Temperature changes
This commit is contained in:
parent
d7c4f0780b
commit
d15f01e1b4
6 changed files with 121 additions and 101 deletions
|
|
@ -27,8 +27,8 @@ void tp_init();
|
|||
void manage_heater();
|
||||
//int temp2analogu(int celsius, const short table[][2], int numtemps);
|
||||
//float analog2tempu(int raw, const short table[][2], int numtemps);
|
||||
float temp2analog(int celsius);
|
||||
float temp2analogBed(int celsius);
|
||||
int temp2analog(int celsius);
|
||||
int temp2analogBed(int celsius);
|
||||
float analog2temp(int raw);
|
||||
float analog2tempBed(int raw);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue