sdima1357 / esp32_usb_soft_host

ESP32 software USB host through general IO pins. We can connect up to 4 USB-LS HID (keyboard mouse joystick) devices simultaneously.
GNU Affero General Public License v3.0
433 stars 50 forks source link

USB Mouse #7

Closed Miguel0101 closed 3 years ago

Miguel0101 commented 3 years ago

Is it possible to get X and Y data from a USB Mouse?

sdima1357 commented 3 years ago

Yes & no. Mouse don't return absolute x ,y positions, only shift (different from previous),as i understand.