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: FastAnalogIn FastIO FastPWM SimpleDMA USBDevice mbed
Fork of Pinscape_Controller by
Diff: TSL1410R/tsl1410r.h
- Revision:
- 25:e22b88bd783a
- Parent:
- 18:5e890ebd0023
diff -r e902bc7cdc1e -r e22b88bd783a TSL1410R/tsl1410r.h --- a/TSL1410R/tsl1410r.h Wed Jun 03 18:52:22 2015 +0000 +++ b/TSL1410R/tsl1410r.h Tue Sep 01 04:27:15 2015 +0000 @@ -5,6 +5,7 @@ */ #include "mbed.h" + #include "config.h" #include "FastIO.h" #include "FastAnalogIn.h" @@ -119,7 +120,7 @@ } // number of pixels in the array - static const int nPix = 1280; + static const int nPix = CCD_NPIXELS; private: