Skip to content

Commit 41966a7

Browse files
committed
move gamepad.py to examples
1 parent e9a81ba commit 41966a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_hid/gamepad.py renamed to examples/gamepad.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MIT
44

55
"""
6-
`adafruit_hid.gamepad.Gamepad`
6+
`Gamepad`
77
====================================================
88
99
* Author(s): Dan Halbert
@@ -12,7 +12,7 @@
1212
import struct
1313
import time
1414

15-
from . import find_device
15+
from adafruit_hid import find_device
1616

1717

1818
class Gamepad:

0 commit comments

Comments
 (0)