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.
Diff: defines.h
- Revision:
- 6:ac7c0ccf9b5d
- Child:
- 7:332766fb3114
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/defines.h Tue Oct 24 02:33:50 2017 +0000 @@ -0,0 +1,11 @@ +#ifndef DEFINES_H +#define DEFINES_H + +extern const int us_period ; +extern const unsigned char preamble_byte ; + +extern const unsigned char STARTBYTE ; +extern const unsigned char ENDBYTE ; + + +#endif \ No newline at end of file