pimoroni / bh1745-python

Python library for the bh1745 colour sensor breakout

Home Page:https://shop.pimoroni.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python library for the bh1745 colour sensor breakout

https://shop.pimoroni.com

License:MIT License


Languages

Language:Python 57.1%Language:Shell 35.3%Language:Makefile 7.6%