flapping wing
/
Nucleo_F303K8_RemoteIR
IR remote control demo for Nucleo F303K8
Revision 1:5af22164baca, committed 2016-09-24
- Comitter:
- flappingwing
- Date:
- Sat Sep 24 07:27:12 2016 +0000
- Parent:
- 0:3320e14ad1cb
- Commit message:
- RemoteIR demo for Nucleo-F303K8
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 3320e14ad1cb -r 5af22164baca main.cpp --- 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() {