Expand rotational range for PMW3360 Optical Sensor (#15431)
This commit is contained in:
parent
fe2ef59240
commit
26febb7c24
2 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@ bool pmw3360_init(void) {
|
|||
|
||||
spi_write_adv(REG_Config2, 0x00);
|
||||
|
||||
spi_write_adv(REG_Angle_Tune, constrain(ROTATIONAL_TRANSFORM_ANGLE, -30, 30));
|
||||
spi_write_adv(REG_Angle_Tune, constrain(ROTATIONAL_TRANSFORM_ANGLE, -127, 127));
|
||||
|
||||
bool init_success = pmw3360_check_signature();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue