Skip to content

2.0.0 - Split into module

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 10 Nov 00:40
21732d8

Thanks to @dglaude for this update!

You must update your import statements with the new version of the library.

from adafruit_pm25.i2c import PM25_I2C
# or 
from adafruit_pm25.uart import PM25_UART

See the example script.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-pm25.

Read the docs for info on how to use it.