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.
Diff: main.cpp
- Revision:
- 3:8e6494dda270
- Parent:
- 2:bfe503bcf0b8
- Child:
- 4:03dac69c22c5
--- a/main.cpp Wed Jul 05 10:26:38 2017 -0700 +++ b/main.cpp Wed Jul 05 13:36:08 2017 -0700 @@ -1,6 +1,6 @@ /* * Copyright 2017, Helium Systems, Inc. - * All Rights Reserved. See LICENCE.txt for license information + * All Rights Reserved. See LICENSE.txt for license information */ #include "mbed.h" @@ -31,7 +31,7 @@ #if defined(TARGET_K64F) -Helium helium(PTC4, PTC3); // TX:D9, RX:D7 +Helium helium(D9, D7); // TX:D9, RX:D7 #elif defined(TARGET_WIZwiki_W7500) Helium helium(D1, D0); #else