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@7:332766fb3114, 2017-10-24 (annotated)
- Committer:
- ThierryLeonard
- Date:
- Tue Oct 24 07:04:28 2017 +0000
- Revision:
- 7:332766fb3114
- Parent:
- 6:ac7c0ccf9b5d
- Child:
- 8:7c56fb1ed8c0
G.G
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 | 7:332766fb3114 | 5 | extern const int us_timeout; |
ThierryLeonard | 7:332766fb3114 | 6 | |
ThierryLeonard | 7:332766fb3114 | 7 | extern const int us_timeout ; |
ThierryLeonard | 7:332766fb3114 | 8 | extern const int us_prepare ; |
ThierryLeonard | 7:332766fb3114 | 9 | |
ThierryLeonard | 6:ac7c0ccf9b5d | 10 | extern const unsigned char preamble_byte ; |
ThierryLeonard | 6:ac7c0ccf9b5d | 11 | |
ThierryLeonard | 6:ac7c0ccf9b5d | 12 | extern const unsigned char STARTBYTE ; |
ThierryLeonard | 6:ac7c0ccf9b5d | 13 | extern const unsigned char ENDBYTE ; |
ThierryLeonard | 6:ac7c0ccf9b5d | 14 | |
ThierryLeonard | 6:ac7c0ccf9b5d | 15 | |
ThierryLeonard | 6:ac7c0ccf9b5d | 16 | #endif |