Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SerialPassthrough by
Revision 6:0398d0fcc8cc, committed 2015-09-16
- Comitter:
- 4180_1
- Date:
- Wed Sep 16 16:28:29 2015 +0000
- Parent:
- 5:96cb82af9996
- Commit message:
- ver 1.0
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 96cb82af9996 -r 0398d0fcc8cc main.cpp --- a/main.cpp Thu Apr 30 22:48:21 2015 +0000 +++ b/main.cpp Wed Sep 16 16:28:29 2015 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" RawSerial pc(USBTX, USBRX); -RawSerial dev(D1, D0); +RawSerial dev(p28,p27); DigitalOut led1(LED1); DigitalOut led4(LED4);

Adafruit Bluefruit LE UART Friend
Adafruit Huzzah