Frank Girald
/
rs232tx
Envia valor ADC a Matlab y LCD
Revision 1:d52dfec70159, committed 2017-04-27
- 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;