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 N5110 Joystick
Diff: gaming/gaming.h
- Revision:
- 2:4fd751cc1af7
- Parent:
- 0:283702b9a078
diff -r 77e6588be25b -r 4fd751cc1af7 gaming/gaming.h --- a/gaming/gaming.h Fri Apr 09 07:00:20 2021 +0000 +++ b/gaming/gaming.h Wed Apr 14 14:12:26 2021 +0000 @@ -0,0 +1,11 @@ +#ifndef GAMING_H +#define GAMING_H + +// include the different header files + +#include "mbed.h" +#include "Joystick.h" + +void gaming(); + +#endif \ No newline at end of file