You are reading a single comment by @Mrbbp and its replies. Click here to read the full conversation.
  • Hello i'm trying to simulate a mouse with a HC-sr04.

    it works well with the x,y coord for the mouse from the example

    mouse.send(0,valueFromHcSR04,mouse.BUTTO­NS.NONE); // X movement, Y movement, buttons pressed
    

    in the report descriptor from here, there is line for x, y and mouseScroll 0x038
    description commented found on sparkfun's forum

      0x09,   0x30,
      0x09,   0x31,
      0x09,   0x38,
    

    How to send a mousescroll ? and which value should i send?

    best regards

    é.

About

Avatar for Mrbbp @Mrbbp started