Feng Hong / Mbed OS Nucleo_rtos_basic
Committer:
hi1000
Date:
Sat Mar 23 07:08:27 2019 +0000
Revision:
7:e0c7e624c5fa
Child:
8:6105ffbaf237
tidy up the codes, separate to several files

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hi1000 7:e0c7e624c5fa 1 #include "mbed.h"
hi1000 7:e0c7e624c5fa 2
hi1000 7:e0c7e624c5fa 3 extern unsigned char rx[8], tx[8];
hi1000 7:e0c7e624c5fa 4 extern unsigned char rx_length, tx_length;
hi1000 7:e0c7e624c5fa 5
hi1000 7:e0c7e624c5fa 6 void analyzePayload()
hi1000 7:e0c7e624c5fa 7 {
hi1000 7:e0c7e624c5fa 8 printf("analyzePayload\r\n");
hi1000 7:e0c7e624c5fa 9
hi1000 7:e0c7e624c5fa 10 }