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

Dependents:   colerSenser2

Fork of TCS3472_I2C by Karl Maxwell

Revision:
8:764a98777c11
Parent:
7:ab9ff8738826
diff -r ab9ff8738826 -r 764a98777c11 TCS3472_I2C.h
--- a/TCS3472_I2C.h	Sun Apr 30 08:00:52 2017 +0000
+++ b/TCS3472_I2C.h	Thu Jun 01 08:04:39 2017 +0000
@@ -336,6 +336,8 @@
     char readStatusRegister();
 
     int calculateColorTemperature(int r, int g, int b);
+    
+    bool verifyConnection(void);
 
 float calculateChromaticityX(int r, int g, int b);
 float calculateChromaticityY(int r, int g, int b);