Steven Osborn / Mbed 2 deprecated LoDev_RXTX

Dependencies:   mbed SX1276RonothLib

Revision:
2:a93ffb29a2d2
Parent:
0:5acc19265529
diff -r 5a35e7dd2cb2 -r a93ffb29a2d2 main.cpp
--- 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;