Skip to content

Releases: adafruit/Adafruit_CircuitPython_PM25

2.0.0 - Split into module

10 Nov 00:40
21732d8
Compare
Choose a tag to compare

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.

Increased reliability with reading over UART

20 Aug 21:00
0940f71
Compare
Choose a tag to compare

Thanks to @dglaude for this update!

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.

1.0.2 - Added lines in simpletest for alternative serial connection for PMS5003

21 Jul 13:52
f70830b
Compare
Choose a tag to compare

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.

1.0.1 - Fixed discord invite link

09 Jul 20:51
Compare
Choose a tag to compare

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.

Initial release.

28 May 21:24
d18d4d2
Compare
Choose a tag to compare

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.