This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython-lib
kopia lustrzana
https://github.com/micropython/micropython-lib
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython-lib
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
d6faaf8472
micropython-lib
/
micropython
/
usb
/
usb-device-keyboard
/
manifest.py
4 wiersze
67 B
Python
Czysty
Zwykły widok
Historia
Unescape
Escape
usb-device-keyboard: Fix ; and ` keycode names. They should be named as the un-shifted version. Signed-off-by: Damien George <damien@micropython.org>
2024-07-03 07:18:49 +00:00
metadata
(
version
=
"
0.1.1
"
)
usb: Add USB device support packages. These packages build on top of machine.USBDevice() to provide high level and flexible support for implementing USB devices in Python code. Additional credits, as per included copyright notices: - CDC support based on initial implementation by @hoihu with fixes by @linted. - MIDI support based on initial implementation by @paulhamsh. - HID keypad example based on work by @turmoni. - Everyone who tested and provided feedback on early versions of these packages. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
2024-03-27 01:43:09 +00:00
require
(
"
usb-device-hid
"
)
package
(
"
usb
"
)