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
Fork of el17ajf by
Diff: Input/Input.h
- Revision:
- 18:24ce897024d0
- Parent:
- 13:59e17cab320a
- Child:
- 22:0a474f074553
--- a/Input/Input.h Wed Apr 03 13:37:56 2019 +0000 +++ b/Input/Input.h Wed Apr 03 14:31:49 2019 +0000 @@ -1,3 +1,6 @@ +#ifndef INPUT_H +#define INPUT_H + #include "Gamepad.h" namespace Input { @@ -9,3 +12,4 @@ bool buttonHit(Button button); bool buttonHeld(Button button); }; +#endif \ No newline at end of file