circuitpython/shared-module/gamepad
Radomir Dopieralski 9bcc1057ca Gracefully reset the gamepad module (#356)
If a soft reset happens while the gamepad module is scanning for button
presses, there is a moment when the pins get de-initialized, but the
gamepad module is still trying to read them, which ends in a crash.
We can avoid it by disabling scanning on reset.
2017-10-21 22:39:20 -04:00
..
GamePad.c Add a `gamepad` module for handling buttons in the background. (#295) 2017-10-03 13:35:57 -07:00
GamePad.h Add a `gamepad` module for handling buttons in the background. (#295) 2017-10-03 13:35:57 -07:00
__init__.c Gracefully reset the gamepad module (#356) 2017-10-21 22:39:20 -04:00
__init__.h Gracefully reset the gamepad module (#356) 2017-10-21 22:39:20 -04:00