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 FXOS8700CQ mbed-rtos
Diff: Gamepad/Gamepad.cpp
- Revision:
- 22:f8f36e88b2ca
- Parent:
- 12:71683453f66a
diff -r 704d938acf5d -r f8f36e88b2ca Gamepad/Gamepad.cpp --- a/Gamepad/Gamepad.cpp Sun Apr 28 18:04:23 2019 +0000 +++ b/Gamepad/Gamepad.cpp Sun Apr 28 18:58:10 2019 +0000 @@ -215,6 +215,9 @@ _button_R->rise(callback(this,&Gamepad::r_isr)); _button_start->rise(callback(this,&Gamepad::start_isr)); _button_back->rise(callback(this,&Gamepad::back_isr)); + + // reset all flags + _event_state = 0; } ///////////////////// private methods ////////////////////////