Search found 1 match

by philba2849
Thu Mar 19, 2015 6:23 pm
Forum: MicroPython pyboard
Topic: HID Keyboard functionality?
Replies: 14
Views: 19119

Re: HID Keyboard functionality?

Is this part of the base image now? I just got a pyboard and my boot.py still shows the old format import pyb #pyb.main('main.py') # main script to run after this one #pyb.usb_mode('CDC+MSC') # act as a serial and a storage device #pyb.usb_mode('CDC+HID') # act as a serial device and a mouse If not ...