Skip to content

Releases: pimoroni/pmw3901-python

Version 1.0.0

10 May 09:33
f6ef8ad
Compare
Choose a tag to compare

This version is a breaking update to switch from RPi.GPIO to gpiod.

It includes some changes with how SPI chip-select is handled, and changes the BG_CS_FRONT_BCM and BG_CS_BACK_BCM constants to reflect the SPI CS lines, rather than their associated IO pins.

The crux is- it now makes no effort to try and relate a GPIO to an existing SPI chip-select since this only ever worked for SPI0 on a Raspberry Pi.

If you want to use a GPIO pin, supply one with spi_cs_gpio and it will be preferred over SPI's handling of chip-select. You might also want to use the dtoverlay=spi0-0cs to disable the SPI chip-select handling.

What's Changed

Full Changelog: v0.1.0...v1.0.0

Version 0.0.1

04 May 13:45
Compare
Choose a tag to compare

Initial Release!