Send analog input trhough basic serial communication

Dependencies:   mbed

Revision:
1:89d58811e089
Parent:
0:8c463cc04c35
Child:
2:70f66c8cbdff
--- a/main.cpp	Wed Oct 09 21:29:47 2013 +0000
+++ b/main.cpp	Thu Oct 10 13:27:04 2013 +0000
@@ -24,7 +24,6 @@
 AnalogIn pot(A0);
 
 float potval;
-float potval2;
 
 int main(){
     while(1){