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 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
You can’t perform that action at this time.
0 commit comments