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.
Dependencies: mbed mbed-rtos Motor LSM9DS1_Library_cal X_NUCLEO_53L0A1
globals.h@7:00e6ac8fb52f, 2019-04-15 (annotated)
- Committer:
- abh15
- Date:
- Mon Apr 15 19:26:56 2019 +0000
- Revision:
- 7:00e6ac8fb52f
- Parent:
- 6:c119cc5d48d6
- Child:
- 8:bfa4bf23522c
Took pushbutton code out of send function and replaced with .writeable()
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
abh15 | 6:c119cc5d48d6 | 1 | #ifndef GLOBALS_H |
abh15 | 6:c119cc5d48d6 | 2 | #define GLOBALS_H |
abh15 | 6:c119cc5d48d6 | 3 | |
abh15 | 7:00e6ac8fb52f | 4 | /** |
abh15 | 7:00e6ac8fb52f | 5 | * Hardware declarations. Initializations will be in main.cpp |
abh15 | 7:00e6ac8fb52f | 6 | */ |
abh15 | 6:c119cc5d48d6 | 7 | extern Serial pc; |
abh15 | 6:c119cc5d48d6 | 8 | extern DigitalIn pb; |
abh15 | 6:c119cc5d48d6 | 9 | |
abh15 | 6:c119cc5d48d6 | 10 | #endif /* GLOBALS_H */ |