pimoroni / as7343-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AS7343 Spectral Sensor

Build Status Coverage Status PyPi Package Python Versions

Suitable for detecting the properties of ambient light, light passing through a liquid or light reflected from an object the AS7343 spectral sensor has 6 spectral channels at 450 (violet), 500 (blue), 550 (green), 570 (yellow), 600 (orange) and 650nm (red).

Installing

Stable library from PyPi:

  • Just run python3 -m pip install pimoroni-as7343

Latest/development library from GitHub:

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

About

License:MIT License


Languages

Language:Python 68.4%Language:Shell 28.2%Language:Makefile 3.4%