Daniel Mako / Mbed 2 deprecated _NRF_tx_test

Dependencies:   RF24_fork mbed

Fork of Sensornode_temp by Daniel Mako

Revision:
1:bd92b3ee97c1
Parent:
0:49273053c399
--- a/config.h	Thu May 03 17:13:20 2018 +0000
+++ b/config.h	Mon May 14 08:29:46 2018 +0000
@@ -1,14 +1,9 @@
 #ifndef CONFIG_H
 #define CONFIG_H
-
-
-//This header contains calibration data
-
-
  
-    #define RadioChannel 90
-    #define DataAddress 0xF0F0F0F0F0
-
+    #define RadioChannel 0x4C
+    #define DataAddress 0xF0F0F0F0D2
+    
     #define ledpin      PA_8
     #define unused_pin  PA_1
     
@@ -25,6 +20,7 @@
     #define RXD         PA_3
     #define TXD         PA_2
     
+    
 
 
 #endif