PMW3610 Optical Mouse Sensor
PMW3610 is a low‑power optical mouse sensor.
Note
- PMW3610 uses a single-wire (SDIO) half-duplex SPI.
motionpin is optional. If omitted, the sensor is polled.- Only Nrf and RP2040 are supported now.
toml configuration
Warning
spi.mosi and spi.miso must be the same pin, or one of them empty.
Rust configuration
Define Pmw3610Device and add it to run_devices! macro.
And define a Pmw3610Processor and add it to run_processor_chain! macro to process the events.
Warning
This should be added to the central if the sensor is on split peripheral.