Add ability to poweroff ADNS5050 sensor (#24223)
* Add ability to poweroff ADNS5050 sensor * ploopyco/trackball_nano: Poweroff ADNS5050 on suspend
This commit is contained in:
parent
df5800b6c4
commit
cc3bc2af11
3 changed files with 25 additions and 0 deletions
|
@ -83,3 +83,4 @@ void adns5050_set_cpi(uint16_t cpi);
|
|||
uint16_t adns5050_get_cpi(void);
|
||||
int8_t convert_twoscomp(uint8_t data);
|
||||
bool adns5050_check_signature(void);
|
||||
void adns5050_power_down(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue