We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c46e8d commit 9382e18Copy full SHA for 9382e18
07.Mouse/boot.py
@@ -1,7 +1,2 @@
1
-# boot.py -- run on boot-up
2
-# can run arbitrary Python, but best to keep it minimal
3
-
4
import pyb
5
-#pyb.main('main.py') # main script to run after this one
6
-#pyb.usb_mode('CDC+MSC') # act as a serial and a storage device
7
-pyb.usb_mode('CDC+HID') # act as a serial device and a mouse
+pyb.usb_mode('CDC+HID') # act as a serial device and a mouse
0 commit comments