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
Revision 1:a7d2dcdf3bf7, committed 2020-05-30
- Comitter:
- saeichi
- Date:
- Sat May 30 04:54:43 2020 +0000
- Parent:
- 0:534ef231f03a
- Commit message:
- xbee_nucleo
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 534ef231f03a -r a7d2dcdf3bf7 main.cpp
--- a/main.cpp Sun Apr 26 08:14:19 2020 +0000
+++ b/main.cpp Sat May 30 04:54:43 2020 +0000
@@ -18,7 +18,7 @@
#include "mbed.h"
Serial pc(SERIAL_TX, SERIAL_RX);
-Serial xbee(PA_9, PA_10);
+Serial xbee(D1, D0);
int main()
{