Search found 1 match

by NKD
Tue Jul 22, 2014 1:40 pm
Forum: MicroPython pyboard
Topic: HID Mouse issues
Replies: 2
Views: 5133

HID Mouse issues

Hi. I'm following the tutorial, but having trouble with the "Making the pyboard act as a USB mouse" section. The controller does not seem to work when py.usb_mode('CDC+HID') is uncommented in the boot.py file. When no code is saved in the main.py file, typing " >>> pyb.hid((0, 10, 0, 0)) " into the ...