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.
Revision 1:c9a26d3b593b, committed 2016-07-07
- Comitter:
- monish
- Date:
- Thu Jul 07 06:54:16 2016 +0000
- Parent:
- 0:28f16e64ef5f
- Commit message:
- updated;
Changed in this revision
| Node1.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Node1.cpp Wed Jul 06 06:27:30 2016 +0000
+++ b/Node1.cpp Thu Jul 07 06:54:16 2016 +0000
@@ -58,7 +58,8 @@
// Toggle LED1 (to help debug Host -> nRF24L01+ communication)
RedLED = !RedLED;
-
- wait(10);
+
+ wait(30);
+
}
}
\ No newline at end of file