I'm looking for a circuitpython library for the Sensirion SPS30, sold by Sparkfun: - https://www.sensirion.com/en/environmental-sensors/particulate-matter-sensors-pm25/ - https://www.sparkfun.com/products/15103 I haven't found one, so planning to start development myself: - https://github.com/mew-cx/CircuitPython_SPS30 These seem good places to borrow code: - https://github.com/Sensirion/embedded-uart-sps (nice C/C++ code, I'd prefer circuitpython) - https://github.com/adafruit/Adafruit_CircuitPython_PM25 - https://github.com/adafruit/Adafruit_CircuitPython_SGP30 - https://github.com/adafruit/Adafruit_CircuitPython_SGP40