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

TCS3472_I2C.h

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

File content as of revision 0:453a43c8bf2b:

#ifndef TCS3472_I2C_H
#define TCS3472_I2C_H
#include "mbed.h"

class TCS3472_I2C {
public:
    TCS3472_I2C( PinName sda, PinName scl );





private:
    I2C i2c_;





};

#endif TCS3472_I2C_H