Enviroplus Python Versions Save

Python library for the Enviro+ environmental monitoring board

v1.0.2

3 weeks ago

Pi 5 / Bookworm Edition - Fixes!

Like 1.0.x, this release is a significant change to EnviroPlus that swaps out the GPIO library from RPi.GPIO to the upstream compliant gpiod.

There are still some wrinkles with this new way of doing things, but this library should work for the most part on Bullseye/Bookworm, excepting some minor install issues documented in #129 . 😭

What's Changed

Full Changelog: https://github.com/pimoroni/enviroplus-python/compare/v1.0.1...v1.0.2

v1.0.1

1 month ago

Pi 5 / Bookworm Edition

This release is a significant change to EnviroPlus that swaps out the GPIO library from RPi.GPIO to the upstream compliant gpiod.

There are still some wrinkles with this new way of doing things, but this library should work for the most part on Bullseye/Bookworm, excepting some minor install issues documented in #129 . 😭

What's Changed

New Contributors

Full Changelog: https://github.com/pimoroni/enviroplus-python/compare/v0.0.6...v1.0.1

v0.0.6

2 years ago
  • Fix noise by specifying adau7002 device.

v0.0.5

2 years ago

Farewell Python 2

Since Python 2 was sunset once in 2014 and again in 2020, and is largely removed from later versions of Raspberry Pi OS I've decided to drop Python 2 support in lieu of trying to work around sounddevice having also dropped Python 2 support.

What's Changed

Full Changelog: https://github.com/pimoroni/enviroplus-python/compare/v0.0.4...v0.0.5

v0.0.4

2 years ago
  • Add support for ads1015 >= v0.0.7 (ADS1115 ADCs)
  • Packaging tweaks

v0.0.3

4 years ago

Fix a small bug in noise.py where it was attempting to reference self.noise_floor instead of the local variable noise_floor

v0.0.2

4 years ago
  • Add support for extra ADC channel in Gas
  • Handle breaking change in new ltr559 library
  • Add Noise functionality

v0.0.1

4 years ago