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:
parent
6e7f2435ab
commit
396e18c1c4
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user