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: PinDetect libmDot mbed-rtos mbed
Revision 2:376af6a70e8a, committed 2016-01-30
- Comitter:
- tmulrooney
- Date:
- Sat Jan 30 17:02:23 2016 +0000
- Parent:
- 1:96c429800568
- Commit message:
- using UART 2 - not working
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 96c429800568 -r 376af6a70e8a main.cpp --- a/main.cpp Wed Jan 27 00:57:12 2016 +0000 +++ b/main.cpp Sat Jan 30 17:02:23 2016 +0000 @@ -37,7 +37,8 @@ //DigitalOut led_blue(PTD5); DigitalOut spi_cs(PTD4); -Serial pc(PTE0, PTE1); +//Serial pc(PTE0, PTE1); +Serial pc(PTD3, PTD2); // Configuration variables static std::string config_network_name = "LORA_NET";