From 396e18c1c48586d7400837c5a69041b019645b21 Mon Sep 17 00:00:00 2001 From: Adam Long Date: Wed, 2 Apr 2014 16:39:19 -0700 Subject: [PATCH] Removed the old pot code --- MyRobot.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MyRobot.cpp b/MyRobot.cpp index 0ad4605..ee33ace 100644 --- a/MyRobot.cpp +++ b/MyRobot.cpp @@ -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){