Files
PolterHID/boot.py
T

7 lines
194 B
Python

"""Configure native USB HID before MicroPython starts main.py."""
from hid import initialise
# Keep the configured USB device and its callbacks alive for the whole session.
hid = initialise()