Code for transmitting through adf. Directly give it the physical layer data to be transmitted.a

Dependencies:   mbed-rtos mbed

Fork of ADF_test by shubham c

Revision:
12:03c3038bfe1a
Parent:
7:74e41527807e
--- a/main.cpp	Fri Jan 15 13:37:10 2016 +0000
+++ b/main.cpp	Sun Jun 05 12:57:04 2016 +0000
@@ -409,6 +409,8 @@
     spi.frequency(1000000);
     data_length = sizeof(Adf_data);
     cout<<data_length<<endl;
+    while(1){
+     unsigned int Adf_data_counter=0;
      adf_not_SDcard();
      while(loop_on){
         led = !led; // toggle led
@@ -420,5 +422,7 @@
 
         }
      }
-
+     printf("out of loop");
+     }
+    wait(5);
 }
\ No newline at end of file