circuitpython/shared-module/gamepad
Radomir Dopieralski 52d05bbc37 Cache pullup state in gamepad
Don't check the pin's pull direction on every tick, instead cache it
at the beginning. Also avoid a "can't get pull of output pin" error
when one of the pins passed is in output mode.
2018-05-23 11:26:16 +02:00
..
GamePad.c Cache pullup state in gamepad 2018-05-23 11:26:16 +02:00
GamePad.h Cache pullup state in gamepad 2018-05-23 11:26:16 +02:00
__init__.c Cache pullup state in gamepad 2018-05-23 11:26:16 +02:00
__init__.h Gracefully reset the gamepad module 2017-10-22 20:54:10 -07:00