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.
globalFlags.h@16:05b9e44889f1, 2018-11-28 (annotated)
- Committer:
- takeru0x1103
- Date:
- Wed Nov 28 01:31:46 2018 +0000
- Revision:
- 16:05b9e44889f1
- Parent:
- 8:1ca49cb18290
- Child:
- 17:f9610f3cfa1b
???????INT??????
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
takeru0x1103 | 8:1ca49cb18290 | 1 | #ifndef __GLOBALFLAGS_H__ |
takeru0x1103 | 8:1ca49cb18290 | 2 | #define __GLOBALFLAGS_H__ |
takeru0x1103 | 8:1ca49cb18290 | 3 | |
takeru0x1103 | 16:05b9e44889f1 | 4 | #include "mbed.h" |
takeru0x1103 | 8:1ca49cb18290 | 5 | |
takeru0x1103 | 16:05b9e44889f1 | 6 | |
takeru0x1103 | 16:05b9e44889f1 | 7 | extern DigitalOut led1; |
takeru0x1103 | 16:05b9e44889f1 | 8 | extern DigitalOut led2; |
takeru0x1103 | 16:05b9e44889f1 | 9 | extern DigitalOut led3; |
takeru0x1103 | 16:05b9e44889f1 | 10 | extern DigitalOut led4; |
takeru0x1103 | 8:1ca49cb18290 | 11 | extern bool gfSetYawRef; |
takeru0x1103 | 8:1ca49cb18290 | 12 | |
takeru0x1103 | 8:1ca49cb18290 | 13 | |
takeru0x1103 | 8:1ca49cb18290 | 14 | #endif /* GYRO_H */ |