Releases: adafruit/Adafruit_CircuitPython_PM25
2.0.0 - Split into module
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
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
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
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.
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.