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.
Diff: main.cpp
- Revision:
- 7:7a73065d2d92
- Parent:
- 6:1d7d769b398d
- Child:
- 8:3fc2849c098d
--- a/main.cpp Wed Apr 22 06:17:52 2015 +0000 +++ b/main.cpp Wed Apr 22 06:36:01 2015 +0000 @@ -5,8 +5,8 @@ #include "MRF24J40.h" //push data pins -DigitalOut pushRegister(p23); -DigitalOut pushBit(p24); +DigitalOut pushRegister(p24); +DigitalOut pushBit(p23); //write to arm pins DigitalOut dataArmOne(p15);