Reputation: 11
So there is a module named usb_hid on CircuitPython but its not on MicroPython. Is there a way to get usb_hid on MicroPython?
It isnt in the lib folder of CircuitPython. I even tried displaying all the modules in MicroPython but usb_hid wasnt there. Can anybody tell me how to import it in MicroPython?
Upvotes: 1
Views: 885