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.
Fork of TSL2561 by
Revision 2:e64d097a6292, committed 2017-03-25
- Comitter:
- NilliM
- Date:
- Sat Mar 25 01:43:56 2017 +0000
- Parent:
- 1:ab906ac6e90b
- Commit message:
- Super
Changed in this revision
| TSL2561.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r ab906ac6e90b -r e64d097a6292 TSL2561.h --- a/TSL2561.h Thu Jan 09 10:16:51 2014 +0000 +++ b/TSL2561.h Sat Mar 25 01:43:56 2017 +0000 @@ -4,8 +4,8 @@ #include "mbed.h" -#define TSL2561_I2C_PINNAME_SDA p28 -#define TSL2561_I2C_PINNAME_SCL p27 +#define TSL2561_I2C_PINNAME_SDA p9 +#define TSL2561_I2C_PINNAME_SCL p10 #define TSL2561_VISIBLE 2 // channel 0 - channel 1 #define TSL2561_INFRARED 1 // channel 1
