green light with mouse hid tutorial

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
adouglas
Posts: 16
Joined: Fri Apr 30, 2021 4:46 pm

green light with mouse hid tutorial

Post by adouglas » Fri Apr 30, 2021 4:53 pm

I am not able to get the tutorial number 8 working. Everything works fine in repl, but when I try to use the hid.send((0, 100, 0, 0)) method in a script, the green led starts blinking, and the serial connection for repl is lost.

I worry this sorry of thing is part of the larger issue of the system not having been really thoroughly finished. I was reading about the inability of interrupt service routines to use bound methods, when a large fraction of methods are bound.... I'm thinking I may have made a mistake not choosing arduino. It's just that I have a hard time programming and being able to use python helps...

Post Reply