summaryrefslogtreecommitdiffstats
path: root/drivers/sensors/pimoroni_trackball.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixup Pimoroni trackball code (#17335)jack2022-06-091-1/+0
|
* [Core] Split support for pointing devices. (#15304)Dasky2021-12-271-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Draft implementation * formatting * fix combined buttons * remove pimoroni throttle * sync pointing on a throttle loop with checksum * no longer used * doh Co-authored-by: Drashna Jaelre <drashna@live.com> * switch pimoroni to a cpi equivalent * add cpi support * allow user modification of seperate mouse reports * a little tidy up * add *_RIGHT defines. * docs * doxygen comments * basic changelog * clean up pimoroni * small doc fixes * Update docs/feature_pointing_device.md Co-authored-by: Drashna Jaelre <drashna@live.com> * performance tweak if side has usb * Don't run init funtions on wrong side * renamed some variables for consistency * fix pimoroni typos * Clamp instead of OR * Promote combined values to uint16_t * Update pointing_device.c Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Rework and expand Pointing Device support (#14343)Drashna Jaelre2021-11-141-12/+36
| | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* [Core] Speed up pimoroni trackball driver (#13823)Dasky2021-08-191-14/+16
|
* [develop] Fix pimoroni trackball read address (#13810)Dasky2021-07-311-1/+1
|
* Move optical sensor code to drivers folder (#13044)Drashna Jaelre2021-06-211-0/+35