Node0_1

Dependencies:   mbed nRF24L01P

Revision:
1:1fd595f713c0
Parent:
0:18bbf62d790f
--- a/Node0.cpp	Wed Jul 06 06:27:07 2016 +0000
+++ b/Node0.cpp	Thu Jul 07 06:54:02 2016 +0000
@@ -59,6 +59,6 @@
         // Toggle LED1 (to help debug Host -> nRF24L01+ communication)
         RedLED = !RedLED;
           
-        wait(10);
+        wait(30);
     }
 }
\ No newline at end of file