Skip to content

pimoroni/bh1745-python

Repository files navigation

BH1745 Colour Sensor

Build Status Coverage Status PyPi Package Python Versions

Most suited to detecting the illuminance and colour temperature of ambient light, the BH1745 senses Red, Green and Blue light and converts it to 16bit digital values.

Installing

Stable library from PyPi:

  • Just run python3 -m pip install bh1745

Latest/development library from GitHub:

  • git clone https://github.com/pimoroni/bh1745-python
  • cd bh1745-python
  • sudo ./install.sh --unstable