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 DipCortex-USB-EEProm by
Diff: main.cpp
- Revision:
- 1:b9eededaba19
- Parent:
- 0:8c4eea221dcf
- Child:
- 2:ec470dd97c6e
diff -r 8c4eea221dcf -r b9eededaba19 main.cpp --- a/main.cpp Wed Oct 30 02:01:50 2013 +0000 +++ b/main.cpp Fri Nov 01 08:27:31 2013 +0000 @@ -5,7 +5,8 @@ #include "mbed.h" #include "USBSerial.h" -Serial uart(USBTX, USBRX); +//Serial uart(USBTX, USBRX); +Serial uart(p19, p20); USBSerial pc; // Called by ISR