Class which provides functions to control a TAOS TCS3472 Color Light-to-Digital Converter with IR Filter via I2C.

Dependents:   Chipin_Main Test_Color LAB_10_control FINAL_PROJECT ... more

Committer:
karlmaxwell67
Date:
Tue Mar 18 09:45:04 2014 +0000
Revision:
0:453a43c8bf2b
Child:
1:70d7d9f1af01
Created library for class TCS3472_I2C for operation of TCS3472 RGB sensor

Who changed what in which revision?

UserRevisionLine numberNew contents of line
karlmaxwell67 0:453a43c8bf2b 1 #include TCS3472_I2C.h
karlmaxwell67 0:453a43c8bf2b 2
karlmaxwell67 0:453a43c8bf2b 3 TCS3472_I2C::TCS3472_I2C( PinName sda, PinName scl ) : i2c_( sda, scl ){
karlmaxwell67 0:453a43c8bf2b 4
karlmaxwell67 0:453a43c8bf2b 5 }