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 SX1276RonothLib
Diff: main.cpp
- Revision:
- 2:a93ffb29a2d2
- Parent:
- 0:5acc19265529
--- a/main.cpp Tue Jul 09 01:53:14 2019 +0000 +++ b/main.cpp Mon Jul 15 22:05:34 2019 +0000 @@ -17,7 +17,7 @@ // NOTE: By default the sample application is in recieve mode. // Connect PIN PC_2 to 3.3v to transmit -DigitalIn txModeIndicator = DigitalIn(TX_IND); +DigitalIn txModeIndicator = DigitalIn(TX_IND, PullDown); int timeoutCount, errCount, recvCount = 0;