File tree
4 files changed
+5
-4
lines changed- libraries
- drivers
- helpers
4 files changed
+5
-4
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
| 138 | + | |
138 | 139 |
| |
139 | 140 |
| |
140 | 141 |
| |
|
- .github/workflows/build.yml+24-4
- .github/workflows/release.yml+4
- .gitignore+5-1
- .pre-commit-config.yaml+19
- .pylintrc+4
- .readthedocs.yml+4
- CODE_OF_CONDUCT.md+10-4
- LICENSES/CC-BY-4.0.txt+324
- LICENSES/MIT.txt+19
- LICENSES/Unlicense.txt+20
- README.rst.license+3
- adafruit_hid/__init__.py+3-21
- adafruit_hid/consumer_control.py+3-23
- adafruit_hid/consumer_control_code.py+3-24
- adafruit_hid/gamepad.py+3-23
- adafruit_hid/keyboard.py+2-21
- adafruit_hid/keyboard_layout_us.py+2-21
- adafruit_hid/keycode.py+3-22
- adafruit_hid/mouse.py+2-21
- docs/_static/favicon.ico.license+3
- docs/api.rst.license+3
- docs/conf.py+4
- docs/examples.rst+2-2
- docs/examples.rst.license+3
- docs/index.rst.license+3
- examples/hid_joywing_gamepad.py+4-1
- examples/hid_keyboard_shortcuts.py+4-1
- examples/hid_simple_gamepad.py+3
- examples/hid_simpletest.py+3
- requirements.txt+4
- setup.py+4
- .github/workflows/build.yml+24-4
- .github/workflows/release.yml+4
- .gitignore+5-1
- .pre-commit-config.yaml+19
- .pylintrc+4
- .readthedocs.yml+4
- CODE_OF_CONDUCT.md+10-4
- LICENSES/CC-BY-4.0.txt+324
- LICENSES/CC-BY-SA-4.0.txt+108
- LICENSES/MIT.txt+19
- LICENSES/Unlicense.txt+20
- README.rst.license+3
- adafruit_motorkit.py+95-102
- docs/_static/favicon.ico.license+3
- docs/_static/motor_featherwing/m1.jpg.license+3
- docs/_static/motor_featherwing/m2.jpg.license+3
- docs/_static/motor_featherwing/m3.jpg.license+3
- docs/_static/motor_featherwing/m4.jpg.license+3
- docs/_static/motor_featherwing/stepper1.jpg.license+3
- docs/_static/motor_featherwing/stepper2.jpg.license+3
- docs/api.rst.license+3
- docs/conf.py+4
- docs/examples.rst.license+3
- docs/index.rst.license+3
- examples/motorkit_dc_motor_simpletest.py+3
- examples/motorkit_dc_test.py+3
- examples/motorkit_dual_stepper_test.py+3
- examples/motorkit_robot.py+5-4
- examples/motorkit_robot_test.py+3
- examples/motorkit_stepper_simpletest.py+3
- examples/motorkit_stepper_test.py+3
- requirements.txt+5-1
- setup.py+4
0 commit comments