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.
numbers.h@0:730586f57df2, 2012-02-02 (annotated)
- Committer:
- stvnrhodes
- Date:
- Thu Feb 02 03:20:45 2012 +0000
- Revision:
- 0:730586f57df2
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
stvnrhodes | 0:730586f57df2 | 1 | #ifndef NUMBERS_H |
stvnrhodes | 0:730586f57df2 | 2 | #define NUMBERS_H |
stvnrhodes | 0:730586f57df2 | 3 | |
stvnrhodes | 0:730586f57df2 | 4 | const unsigned int four[] = {0x00,0x1f,0x10,0x10,0x10,0xff,0x00,0x00}; |
stvnrhodes | 0:730586f57df2 | 5 | |
stvnrhodes | 0:730586f57df2 | 6 | #endif |