Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.02 KB

examples.rst

File metadata and controls

44 lines (30 loc) · 1.02 KB

Simple test

Ensure your device works with this simple test.

../examples/hid_simpletest.py

Keyboard Shortcuts

Send ALT+Tab for swapping windows, and CTRL+K for searching in a browser.

../examples/hid_keyboard_shortcuts.py

Simple Gamepad

Send gamepad buttons and joystick to the host.

../examples/hid_simple_gamepad.py

HID Joywing

Use Joy FeatherWing to drive Gamepad.

../examples/hid_joywing_gamepad.py

Consumer Control Brightness

Send brightness up and down consumer codes to the host.

../examples/hid_consumer_control_brightness.py