4 lines
74 B
Python
4 lines
74 B
Python
|
import pyb
|
||
|
|
||
|
pyb.usb_mode('VCP+HID') # act as a serial device and a mouse
|