PT1 test

Dependencies:   mbed

Fork of AnalogIn-HelloWorld by Mbed

Revision:
3:fd756d21b4c8
Parent:
2:8f81a97c83fb
--- 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