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.
defines.h@6:ac7c0ccf9b5d, 2017-10-24 (annotated)
- Committer:
- ThierryLeonard
- Date:
- Tue Oct 24 02:33:50 2017 +0000
- Revision:
- 6:ac7c0ccf9b5d
- Child:
- 7:332766fb3114
working
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ThierryLeonard | 6:ac7c0ccf9b5d | 1 | #ifndef DEFINES_H |
ThierryLeonard | 6:ac7c0ccf9b5d | 2 | #define DEFINES_H |
ThierryLeonard | 6:ac7c0ccf9b5d | 3 | |
ThierryLeonard | 6:ac7c0ccf9b5d | 4 | extern const int us_period ; |
ThierryLeonard | 6:ac7c0ccf9b5d | 5 | extern const unsigned char preamble_byte ; |
ThierryLeonard | 6:ac7c0ccf9b5d | 6 | |
ThierryLeonard | 6:ac7c0ccf9b5d | 7 | extern const unsigned char STARTBYTE ; |
ThierryLeonard | 6:ac7c0ccf9b5d | 8 | extern const unsigned char ENDBYTE ; |
ThierryLeonard | 6:ac7c0ccf9b5d | 9 | |
ThierryLeonard | 6:ac7c0ccf9b5d | 10 | |
ThierryLeonard | 6:ac7c0ccf9b5d | 11 | #endif |