Library which provides functions to control a TAOS TSL2561 Light-To-Digital Converter via I2C.

Fork of TSL2561_I2C by Karl Maxwell

TCS3472_I2C.cpp

Committer:
karlmaxwell67
Date:
2014-03-18
Revision:
0:453a43c8bf2b
Child:
1:70d7d9f1af01

File content as of revision 0:453a43c8bf2b:

#include TCS3472_I2C.h

TCS3472_I2C::TCS3472_I2C( PinName sda, PinName scl ) : i2c_( sda, scl ){
    
}