Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed FastIO FastPWM USBDevice
Diff: Plunger/tsl14xxSensor.h
- Revision:
- 100:1ff35c07217c
- Parent:
- 87:8d35c74403af
- Child:
- 101:755f44622abc
--- 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);
}
};