We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668e6b8 commit c32a329Copy full SHA for c32a329
drivers/sensors/pmw3360.c
@@ -198,7 +198,7 @@ bool pmw3360_init(void) {
198
void pmw3360_upload_firmware(void) {
199
// Datasheet claims we need to disable REST mode first, but during startup
200
// it's already disabled and we're not turning it on ...
201
- //pmw3360_write(REG_Config2, 0x00); // disable REST mode
+ // pmw3360_write(REG_Config2, 0x00); // disable REST mode
202
pmw3360_write(REG_SROM_Enable, 0x1d);
203
204
wait_ms(10);
0 commit comments