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.BUTTONS.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
é.
@Mrbbp started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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
in the report descriptor from here, there is line for x, y and mouseScroll 0x038
description commented found on sparkfun's forum
How to send a mousescroll ? and which value should i send?
best regards
é.