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
- Committer:
- Sainratp
- Date:
- 2017-10-23
- Revision:
- 1:5c0ca9bdf810
- Parent:
- 0:703249a56b9d
- Child:
- 5:19a7a0f972cb
File content as of revision 1:5c0ca9bdf810:
#ifndef _DMO_
#define _DMO_
char calcCRC16(char* trame);
void receiveChar();
void receiveBit();
void recieveData();
#endif