PT1 test

Dependencies:   mbed

Fork of AnalogIn-HelloWorld by Mbed

Files at this revision

API Documentation at this revision

Comitter:
runeleTanihata
Date:
Fri Nov 04 08:35:10 2016 +0000
Parent:
2:8f81a97c83fb
Commit message:
[F303K8]change debug out(to USBTXRX)

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Nov 04 08:30:52 2016 +0000
+++ b/main.cpp	Fri Nov 04 08:35:10 2016 +0000
@@ -25,7 +25,7 @@
 #endif
 
 #ifdef TARGET_NUCLEO_F303K8
-Serial pc(PA_9,PA_10);
+Serial pc(USBTX,USBRX);
 AnalogIn   ain(PA_7);
 DigitalOut dout(PB_1);
 #endif