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

Dependents:   TweetTest NetworkThermometer GR-PEACH_TAMORI mDot_LoRa_Connect_ABPA_Lux ... more

Revision:
0:453a43c8bf2b
Child:
1:70d7d9f1af01
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TCS3472_I2C.cpp	Tue Mar 18 09:45:04 2014 +0000
@@ -0,0 +1,5 @@
+#include TCS3472_I2C.h
+
+TCS3472_I2C::TCS3472_I2C( PinName sda, PinName scl ) : i2c_( sda, scl ){
+    
+}
\ No newline at end of file