Skip to content

Commit b0fb709

Browse files
committed
more gamepad removal
1 parent 7392bf7 commit b0fb709

File tree

4 files changed

+2
-73
lines changed

4 files changed

+2
-73
lines changed

ports/nrf/boards/pca10056/examples/buttons.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

py/circuitpy_mpconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ extern const struct _mp_obj_module_t keypad_module;
533533
#endif
534534

535535
#if CIRCUITPY_GAMEPADSHIFT
536-
// Scan gamepad every 32ms
536+
// Scan gamepadshift every 32ms
537537
#define CIRCUITPY_GAMEPAD_TICKS 0x1f
538538
#define GAMEPAD_ROOT_POINTERS mp_obj_t gamepad_singleton;
539539
#else

shared-bindings/gamepad/__init__.c

Lines changed: 0 additions & 44 deletions
This file was deleted.

shared-bindings/gamepadshift/GamePadShift.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
//| is called, at which point the button state is cleared, and the new
4747
//| button presses start to be recorded.
4848
//|
49-
//| Only one gamepad (`gamepad.GamePad` or `gamepadshift.GamePadShift`)
50-
//| may be used at a time."""
49+
//| Only one `gamepadshift.GamePadShift` may be used at a time."""
5150
//| ...
5251
//|
5352
STATIC mp_obj_t gamepadshift_make_new(const mp_obj_type_t *type, size_t n_args,

0 commit comments

Comments
 (0)