Implement basic HID keyboard support (send_string works great!)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import pyb
|
||||
|
||||
pyb.usb_mode('VCP+HID') # act as a serial device and a mouse
|
||||
pyb.usb_mode('VCP+HID', hid=pyb.hid_keyboard) # act as a serial device and a mouse
|
||||
|
Reference in New Issue
Block a user