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.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 1:3facaa34f110
- Parent:
- 0:6e7311915b08
--- a/main.cpp Thu Nov 20 12:02:08 2014 +0000
+++ b/main.cpp Thu Nov 20 12:15:09 2014 +0000
@@ -13,7 +13,7 @@
int main() {
//Configure boud rate
- Serial s(USBTX, USBRX);
+ Serial s(USBTX, USBRX); //default for nrf51 is p0.09 p0.11
s.baud(BAUD_RATE);
while(1) {