Envia valor ADC a Matlab y LCD

Dependencies:   TextLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
franni
Date:
Thu Apr 27 00:01:24 2017 +0000
Parent:
0:31ba7713a4a0
Commit message:
Valor analogo a Matlab

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Apr 26 23:59:22 2017 +0000
+++ b/main.cpp	Thu Apr 27 00:01:24 2017 +0000
@@ -3,7 +3,7 @@
 
  
 Serial rs232(USBTX, USBRX);
-AnalogIn Ain(PTB7); 
+AnalogIn Ain(PTB0); 
 
 float ADCdata;