Send analog input trhough basic serial communication

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
gcarmonar
Date:
Thu Oct 10 13:27:04 2013 +0000
Parent:
0:8c463cc04c35
Child:
2:70f66c8cbdff
Commit message:
ver1.01; ; Deleted an unused variable.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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){