项目作者: uutzinger

项目描述 :
Adafruit Color Sensor
高级语言: Python
项目地址: git://github.com/uutzinger/Python_TCS34725.git
创建时间: 2017-04-07T20:27:29Z
项目社区:https://github.com/uutzinger/Python_TCS34725

开源协议:

下载


Adafruit Color Sensor TCS34725

Python library for accessing the TCS color sensor on a Raspberry Pi or Beaglebone Black.

Designed specifically to work with the Adafruit TCS34725 color sensor ——> https://www.adafruit.com/products/1334

To install, download the library by clicking the download zip link to the right and unzip the archive somewhere on your Raspberry Pi or Beaglebone Black. Then execute the following command in the directory of the library:

  1. sudo python setup.py install
  2. sudo python3 setup.py install

Make sure you have internet access on the device so it can download the required dependencies.

See examples of usage in the examples folder.

Written by Urs Utzinger
Then checked againts Tony DoCola’s repository and updated.