JongYong Park / Mbed 2 deprecated NUCLEO-F767_LIFI_4CH_os2_v2

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
JongYongPark
Date:
Wed Apr 10 11:58:29 2019 +0900
Parent:
34:d704131107dd
Parent:
33:5c748056c462
Commit message:
add struct

Changed in this revision

build.bat Show annotated file Show diff for this revision Revisions of this file
driverLifiTx.cpp Show annotated file Show diff for this revision Revisions of this file
driverLifiTx.h Show annotated file Show diff for this revision Revisions of this file
howto.txt Show annotated file Show diff for this revision Revisions of this file
lifiReceiver.cpp Show annotated file Show diff for this revision Revisions of this file
lifiTranceiver.h Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgtags	Wed Apr 10 11:58:29 2019 +0900
@@ -0,0 +1,1 @@
+1754d532cb525d86a3e8a77d00b22a2f561466c7 work_with_length_field
--- a/lifiReceiver.cpp	Wed Apr 10 11:56:56 2019 +0900
+++ b/lifiReceiver.cpp	Wed Apr 10 11:58:29 2019 +0900
@@ -339,6 +339,7 @@
 #if RX_DEBUG_FRAME
         printf("\n%dSYNC ",channel+1);
 #endif
+		printf("\n *** Channel[%d] Rx Started !!! *** ", channel +1 );
         return 0;
     }
     if ((*frame_state) != IDLE_STATE) { // we are synced
@@ -517,7 +518,7 @@
 
 //            memcpy(rx_vars[channel].rx_frame_buffer_save, rx_vars[channel].rx_frame_buffer, FRAME_BUFFER_SIZE);
             rx_vars[channel].is_received = true;
-            printf(" *** Channel[%d] Rx Finished !!! *** ", channel +1 );
+            printf("\n *** Channel[%d] Rx Finished !!! *** ", channel +1 );
             if (valid_chars) {
 //                //println(&(rx_frame_buffer[1]));
 //                //stringReceive = string(&(rx_frame_buffer[1]));
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/update.bat	Wed Apr 10 11:58:29 2019 +0900
@@ -0,0 +1,1 @@
+hg incoming && hg pull -u && hg up -C