Skip to content

Commit 0c067f8

Browse files
authored
Merge pull request #301 from dglaude/patch-2
Update hid_mouse_tremor_filter.ino
2 parents 2e561be + 6257be4 commit 0c067f8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

examples/DualRole/HID/hid_mouse_tremor_filter/hid_mouse_tremor_filter.ino

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@
1414
* - Device run on native usb controller (controller0)
1515
* - Host run on bit-banging 2 GPIOs with the help of Pico-PIO-USB library (controller1)
1616
*
17-
* Example sketch receive keyboard report from host interface (from e.g consumer keyboard)
18-
* and remap it to another key and send it via device interface (to PC). For simplicity,
19-
* this example only toggle shift key to the report, effectively remap:
20-
* - all character key <-> upper case
21-
* - number <-> its symbol (with shift)
17+
* Example sketch receive mouse report from host interface (from e.g consumer mouse)
18+
* and apply a butterworth low pass filter with a specific CUTOFF_FREQUENCY on hid mouse movement report.
19+
* Filtered report are send via device interface (to PC) acting as a "Mouse Tremor Filter".
2220
*
2321
* Requirements:
2422
* - [Pico-PIO-USB](https://github.com/sekigon-gonnoc/Pico-PIO-USB) library

0 commit comments

Comments
 (0)