Arnaud VALLEY / Mbed 2 deprecated Pinscape_Controller_V2_arnoz

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
100:1ff35c07217c
Parent:
87:8d35c74403af
Child:
101:755f44622abc
diff -r 8139b0c274f4 -r 1ff35c07217c Plunger/tsl14xxSensor.h
--- a/Plunger/tsl14xxSensor.h	Sat Mar 02 21:05:43 2019 +0000
+++ b/Plunger/tsl14xxSensor.h	Thu Nov 28 23:18:23 2019 +0000
@@ -67,7 +67,7 @@
         // transfer cycle, so this brings us to the minimum time for 
         // period B.
         //
-        // 3. Now pause for the reqeusted extra delay time.  Period B is 
+        // 3. Now pause for the requested extra delay time.  Period B is 
         // still running at this point (it keeps going until we start a 
         // new capture), so this pause adds the requested extra time to 
         // period B's total integration time.  This brings period B to
@@ -157,8 +157,7 @@
         sensor.startCapture(axcTime);
 
         // get the image array from the last capture
-        sensor.getPix(pix, t);
-        
+        sensor.getPix(pix, t);        
     }
 };