Skip to content

uutzinger/Python_TCS34725

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

sudo python setup.py install
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.

Releases

No releases published

Packages

No packages published

Languages