IR remote control demo for Nucleo F303K8

Dependencies:   RemoteIR mbed

Revision:
1:5af22164baca
Parent:
0:3320e14ad1cb
--- a/main.cpp	Sun Sep 11 04:55:20 2016 +0000
+++ b/main.cpp	Sat Sep 24 07:27:12 2016 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "ReceiverIR.h"
 
-Serial ser(D13, D12);
+Serial ser(USBTX, USBRX);
 BusOut  leds( D1,D0,D4,D5 );
 
 int main() {