work in progress

Dependencies:   FastAnalogIn FastIO USBDevice mbed FastPWM SimpleDMA

Fork of Pinscape_Controller by Mike R

Revision:
6:cc35eb643e8f
Parent:
2:c174f9ee414a
Child:
14:df700b22ca08
--- a/TSL1410R/tsl410r.cpp	Sun Jul 27 18:24:51 2014 +0000
+++ b/TSL1410R/tsl410r.cpp	Wed Aug 06 23:08:07 2014 +0000
@@ -26,7 +26,7 @@
 
 void TSL1410R::read(uint16_t *pix, int n)
 {
-    // Start the next integration cycle by pulsing SI and one clock.
+    // start the next integration cycle by pulsing SI and one clock
     si = 1;
     clock = 1;
     clock = 0;