2
0
mirror of https://github.com/team2059/Zaphod synced 2024-12-18 20:12:28 -05:00

Removed the old pot code

This commit is contained in:
Adam Long 2014-04-02 16:39:19 -07:00
parent 6e7f2435ab
commit 396e18c1c4

View File

@ -170,11 +170,6 @@ public:
}
//}}}
//potToDegrees{{{
float potToDegrees(float a){
float max=-.0003948;
float min=5.0245547;
return 300-(a*(300/(min-max)));
}
//}}}
//cvt{{{
int cvt(float input){