Adafruit_CircuitPython_BH1750

CircuitPython library for use with the Adafruit BH1750 Ambient Light Sensor Breakout

MIT License

Downloads
1.2K
Stars
5
Committers
10

Bot releases are hidden (Show)

Adafruit_CircuitPython_BH1750 - 1.1.10 - Fix RTD Docs Build and Unpin Sphinx

Published by FoamyGuy 10 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_BH1750/compare/1.1.9...1.1.10

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.1.9 - Fix RTD Theme Issue Latest Release

Published by FoamyGuy about 1 year ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.1.8 - Updated .pylintrc, fixed jQuery

Published by evaherrada over 1 year ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.1.7 - Updated pre-commit hooks

Published by evaherrada over 1 year ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.1.6 - Added commented out board.STEMMA_I2C with explanation

Published by evaherrada almost 2 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.1.5 - Added type annotations

Published by tekktrik about 2 years ago

Added type annotations for this library. Thanks @tcfranks!

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.1.4 - Fixed version string

Published by evaherrada about 2 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.1.3 - Switched to pyproject.toml

Published by evaherrada about 2 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.1.2 - Added cp.org link to index.rst

Published by evaherrada over 2 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.1.1 - Repo documentation and config updates

Published by evaherrada over 2 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.1.0 - Rename Init Argument i2c

Published by FoamyGuy over 2 years ago

This release changes the i2c_bus argument to be i2c instead which matches all other driver libraries. If your code explicitly used the keyword argument i2c_bus you'll need to change it to i2c. If your code doesn't use the name specifically then no change should be required and driver should still work the same.

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.0.7 - Updated documentation link, python version

Published by evaherrada over 2 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.0.6 - Updated pylint version, linted

Published by evaherrada almost 3 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.0.5 - Improved docs

Published by evaherrada over 3 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.0.4 - Set pylint to ignore imports, removed unused pylint disable statement

Published by evaherrada over 3 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.0.3 - Moved pylint from build.yml to .pre-commit-config.yml

Published by evaherrada over 3 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.0.2 - Fixed discord invite link

Published by evaherrada over 4 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.0.1 - Tiny README tweak

Published by evaherrada over 4 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BH1750 - 1.0.0 - Initial Release

Published by siddacious over 4 years ago

This release includes basic lux measurement with

  • configurable resolution
  • one-shot and continuous mode

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

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

Read the docs for info on how to use it.

Package Rankings
Top 14.7% on Pypi.org
Related Projects