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
- Committer:
- rpatelpj
- Date:
- 2019-04-22
- Revision:
- 8:bfa4bf23522c
- Parent:
- 7:00e6ac8fb52f
- Child:
- 9:552805fac195
File content as of revision 8:bfa4bf23522c:
#ifndef GLOBALS_H #define GLOBALS_H #include "mbed.h" /** * Hardware declarations. Initializations will be in main.cpp */ extern Serial pc; extern BusOut led; extern DigitalIn pb; /** * Data declarations. Initializations will be in main.cpp */ extern float* obstacles; extern int trajectoryLength; extern float* trajectory; #endif /* GLOBALS_H */