Test program for the Nordic Semi nRF24L01 Transceiver Module (http://www.sparkfun.com/products/691), talking to another module connected to SparkFun\'s Nordic Serial Interface Board (http://www.sparkfun.com/products/9019).

Dependencies:   mbed nRF24L01P

Revision:
9:4dd1a0f48d68
Parent:
8:fd4596275224
Child:
10:10b4e41b67a7
--- a/main.cpp	Wed Dec 19 11:52:35 2018 +0000
+++ b/main.cpp	Wed Dec 19 11:53:51 2018 +0000
@@ -61,7 +61,7 @@
 }
 
 int syncSettings(int frequency, int outputPower, int dataRate, bool art) {
-    
+    return 0
 }
 
 int main() {