T-vK / ESP32-BLE-Mouse

Bluetooth LE Mouse library for the ESP32 (Arduino IDE compatible)
755 stars 146 forks source link

Analog JoystickMouseControl #12

Open sirias52 opened 4 years ago

sirias52 commented 4 years ago

It´s compatible this function Mouse.move(xReading, yReading, 0)?

T-vK commented 4 years ago

Please clarify. I have absolutely no idea what you are talking about.

cosminiq commented 4 years ago

Hi! Do you have a sample of code for Joystick (Arduino like - 5 pins - gnd, vcc, Vx, Vy, Sw)?

I try the exemple from Arduino IDE on ESP 32, but the cursor only stays on right corner, and if is moved came back to right corner...

Thank you for your work!

T-vK commented 4 years ago

The only sample codes I have are in the examples folder. Otherwise this library should be compatible with the USB Keyboard library if the readme instructions are followed.