NicoHood / HID

Bring enhanced HID functions to your Arduino!
http://www.nicohood.de
MIT License
2.33k stars 401 forks source link

AbsoluteMouse.moveTo on a Nano 33 IOT #415

Open gree303 opened 1 year ago

gree303 commented 1 year ago

Thanks for sharing your code Nico. I did a quick example test which compiled right away, beside some Keyboard/Language warnings. But once it's loaded on the Nano 33 IOT, even after Reset/RePlug nothing happens.

Would you mind suggesting me a way I could debug/help you to move forward? I'm more then happy to fiddle and test as much as needed.

Before using a Nano 33 IOT I've tested an ESP32-S2/S3 with USBHIDMouse.h library. But ran into a deadend related to absolute movements.

Any help or tipp would make my upcoming days - thank you.