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 4DGL-uLCD-SE mbed-rtos nRF24L01P
Diff: main.cpp
- 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);