Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 386 Bytes

File metadata and controls

8 lines (5 loc) · 386 Bytes

Arduino driver for PMW3901 optical flow sensor

This library is based on on the Bitcraze_PMW3901 library, q.v. for details. I made the following modifications:

  • Support different SPI buses (SPI0, SPI1, SPI2, ...; defaults to SPI0, a.k.a. SPI)

  • Support software SPI via the DigitalIO library