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.
DO/DO.h@0:703249a56b9d, 2017-10-23 (annotated)
- Committer:
- Sainratp
- Date:
- Mon Oct 23 13:13:33 2017 +0000
- Revision:
- 0:703249a56b9d
- Child:
- 1:5c0ca9bdf810
App4;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Sainratp | 0:703249a56b9d | 1 | #ifndef _DMO_ |
| Sainratp | 0:703249a56b9d | 2 | #define _DMO_ |
| Sainratp | 0:703249a56b9d | 3 | |
| Sainratp | 0:703249a56b9d | 4 | |
| Sainratp | 0:703249a56b9d | 5 | |
| Sainratp | 0:703249a56b9d | 6 | char calcCRC16(char* trame); |
| Sainratp | 0:703249a56b9d | 7 | |
| Sainratp | 0:703249a56b9d | 8 | void recieveData(char* data); |
| Sainratp | 0:703249a56b9d | 9 | |
| Sainratp | 0:703249a56b9d | 10 | #endif |