8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6684a3c + e46bf7e commit b5e283aCopy full SHA for b5e283a
shared-bindings/gamepad/GamePad.c
@@ -77,7 +77,8 @@
77
//| Initializes button scanning routines.
78
//|
79
//| The ``b1``-``b8`` parameters are ``DigitalInOut`` objects, which
80
-//| immediately get switched to input with a pull-up, and then scanned
+//| immediately get switched to input with a pull-up, (unless they already
81
+//| were set to pull-down, in which case they remain so), and then scanned
82
//| regularly for button presses. The order is the same as the order of
83
//| bits returned by the ``get_pressed`` function. You can re-initialize
84
//| it with different keys, then the new object will replace the previous
0 commit comments