File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
examples/DualRole/HID/hid_mouse_log_filter Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 15
15
* - Device run on native usb controller (controller0)
16
16
* - Host run on bit-banging 2 GPIOs with the help of Pico-PIO-USB library (controller1)
17
17
*
18
- * Example sketch receive keyboard report from host interface (from e.g consumer keyboard)
19
- * and remap it to another key and send it via device interface (to PC). For simplicity,
20
- * this example only toggle shift key to the report, effectively remap:
21
- * - all character key <-> upper case
22
- * - number <-> its symbol (with shift)
18
+ * Example sketch receive mouse report from host interface (from e.g consumer mouse)
19
+ * and reduce large motions due to tremors by applying the natural log function.
20
+ * It handles negative values and a dead zone where small values will not be adjusted.
21
+ * Adjusted mouse movement are send via device interface (to PC).
23
22
*
24
23
* Requirements:
25
24
* - [Pico-PIO-USB](https://github.com/sekigon-gonnoc/Pico-PIO-USB) library
You can’t perform that action at this time.
0 commit comments