Raj Patel / Mbed 2 deprecated RoboticMappingControl

Dependencies:   mbed mbed-rtos Motor LSM9DS1_Library_cal X_NUCLEO_53L0A1

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?

UserRevisionLine numberNew 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 */