Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
payload.cpp@7:e0c7e624c5fa, 2019-03-23 (annotated)
- 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?
User | Revision | Line number | New 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 | } |