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
Diff: globals.h
- Revision:
- 6:c119cc5d48d6
- Child:
- 7:00e6ac8fb52f
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/globals.h Mon Apr 15 18:32:16 2019 +0000 @@ -0,0 +1,7 @@ +#ifndef GLOBALS_H +#define GLOBALS_H + +extern Serial pc; +extern DigitalIn pb; + +#endif /* GLOBALS_H */ \ No newline at end of file