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.
Diff: utils.h
- Revision:
- 1:8faddee0e52f
- Child:
- 4:efa207509f63
diff -r 38b6065539a0 -r 8faddee0e52f utils.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/utils.h Sat Sep 28 22:29:57 2019 +0000 @@ -0,0 +1,28 @@ +#ifndef UTILS_H +#define UTILS_H + +#include "mbed.h" + +/* +Types +*/ + +/* +Structs +*/ + +/* +Globals +*/ +extern bool b_UTILS_flag_button; +extern bool b_UTILS_flag_emergency_stop; +extern Serial pc; + +/* +Functions +*/ +void initGPIOs(); +void it_pressed(); +void init_interruptions(); + +#endif \ No newline at end of file