-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for POINTING_DEVICE_DRIVER #11075
Conversation
Creating as a draft for now, since I'd like to add the pmw3389 sensor, as well. |
ddb623c
to
7aa34ee
Compare
Thank you for your contribution! |
24c546b
to
eb279fe
Compare
9139c10
to
a612800
Compare
@@ -39,19 +39,15 @@ typedef int16_t spi_status_t; | |||
#ifdef __cplusplus | |||
extern "C" { | |||
#endif | |||
void spi_init(void); | |||
|
|||
bool spi_start(pin_t slavePin, bool lsbFirst, uint8_t mode, uint16_t divisor); | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still there, just ... formatted, below. yay autoformat
Sorry about that, GitHub decided to delete the |
Depends on #13044 |
initially adding pmw3360 and pimoroni device support
a612800
to
81434c2
Compare
Description
Like the title says... and some cleanup.
Types of Changes
Checklist