File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
examples/DualRole/HID/hid_mouse_tremor_filter Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 14
14
* - Device run on native usb controller (controller0)
15
15
* - Host run on bit-banging 2 GPIOs with the help of Pico-PIO-USB library (controller1)
16
16
*
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".
22
20
*
23
21
* Requirements:
24
22
* - [Pico-PIO-USB](https://github.com/sekigon-gonnoc/Pico-PIO-USB) library
You can’t perform that action at this time.
0 commit comments