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
Diff: Gamepad2/Gamepad.h
- Revision:
- 8:ec4199484adf
- Parent:
- 1:a3f43007030e
diff -r 5fe9ac6522c5 -r ec4199484adf Gamepad2/Gamepad.h --- a/Gamepad2/Gamepad.h Fri Apr 17 13:52:37 2020 +0000 +++ b/Gamepad2/Gamepad.h Wed Apr 22 14:40:39 2020 +0000 @@ -3,9 +3,6 @@ #include <bitset> -// Forward declaration of the classes that we use from the mbed library -// This avoids the need for us to include the huge mbed.h header inside our -// own library API namespace mbed { class AnalogIn;