ECE 4180 - Final Project Team / Mbed 2 deprecated WalkieTalkie

Dependencies:   mbed 4DGL-uLCD-SE mbed-rtos nRF24L01P

Revision:
28:9413eb50156d
Parent:
27:08d34e60b6d0
Child:
30:1c309c020125
--- a/main.cpp	Sun Apr 22 00:48:48 2018 +0000
+++ b/main.cpp	Mon Apr 23 14:11:35 2018 +0000
@@ -202,7 +202,7 @@
     
     // Setup the button to enter transmit mode when pushed down
     // and recieve when release
-    button.mode(PullDown);
+    button.mode(PullUp);
     button.fall(&enterTransmitMode);
     button.rise(&enterRecieveMode);