Rémi Sarrailh
f37cdf8ffa
Fix for ESP32 with Compiler Warning:All
...
I got this error with ESP32
error: suggest parentheses around comparison in operand of '&' [-Werror=parentheses]
When compiler warning is set on All, the code will not compile
2019-02-15 21:35:06 +01:00
Limor "Ladyada" Fried
0558d76ba4
Merge pull request #16 from theintel/master
...
Improved comments
2018-10-11 20:16:08 -07:00
Muhammad Arifur Rahman
d335989be4
Improved comments
2018-10-12 01:10:16 +06:00
Muhammad Arifur Rahman
8044a72c91
Added notes for VCC connection
...
Added recommendation to check the datasheet for correct logic level of the sensor.
2018-10-11 23:58:16 +06:00
Muhammad Arifur Rahman
8c06682814
Fixed the typo
...
Changed "VDD" to "VCC"
2018-10-11 23:51:34 +06:00
ladyada
c913785d70
fix https://github.com/adafruit/Adafruit_TSL2561/issues/11 and bump!
1.0.2
2018-01-19 13:07:46 -05:00
Limor "Ladyada" Fried
fbd7d124a3
refix
2018-01-18 13:59:24 -05:00
Limor "Ladyada" Fried
f46b4a2894
Update README.md
...
test
2018-01-18 13:56:39 -05:00
Limor "Ladyada" Fried
a26f2ae68c
Update README.md
2018-01-18 13:56:15 -05:00
ladyada
0277f44023
add travis tag
2018-01-18 13:56:02 -05:00
ladyada
74d363c5bd
fix typo!
2018-01-17 18:43:01 -05:00
ladyada
91280ca3e6
purposeful typo
2018-01-17 18:38:07 -05:00
ladyada
0e51be8f62
travisize!
2018-01-17 18:17:41 -05:00
ladyada
2b16c33959
now awake! https://github.com/adafruit/Adafruit_TSL2561/pull/12
2018-01-17 12:45:13 -05:00
ladyada
02f2582345
Wrote some awwwwesome documentation!
2018-01-17 01:23:44 -05:00
microbuilder
48be09134f
Set version to 1.0.1
2017-12-18 18:51:29 +01:00
microbuilder
3aefef7dee
Set min value to 1.0
2017-12-18 18:51:11 +01:00
ladyada
0c88fba4e7
Merge branch 'mjs513-master'
2017-09-12 19:04:12 -04:00
mjs513
e1fc8836ae
Revert to begin to original, added comment
2017-09-12 13:10:58 -04:00
mjs513
fca7c4f97e
Added support for Teensy 3.x and made Wire port selectable in setup
2017-09-11 22:15:28 -04:00
Limor "Ladyada" Fried
1929c9a7fd
Merge pull request #5 from cujomalainey/master
...
Correct code copy error
2016-10-08 22:44:23 -04:00
Curtis Malainey
0fe1e532e4
Correct code copy error
2016-10-08 18:35:49 -04:00
ladyada
7788020399
rename for modern ide
2016-09-02 21:42:40 -04:00
Tony DiCola
e35172f705
Add GitHub issue template
2016-05-27 13:44:13 -07:00
Tony DiCola
ab3e79c991
Add GitHub pull request template
2016-05-27 13:39:03 -07:00
Kevin Townsend
53c6c8da5c
Merge pull request #3 from beegee-tokyo/master
...
Changed return value of getEvent and value of event.light in case of saturation
2016-01-13 05:31:57 +01:00
Bernd Giesecke
4f542c8d0b
Changed return value of getEvent
...
value of 0 could be a valid value in darkness, better to return a value > 65535 to report saturation and return false from getEvent in that case!
2016-01-10 00:05:59 +08:00
Bernd Giesecke
bcb5729944
Changed return value of getEvent
...
value of 0 could be a valid value in darkness, better to return a value > 65535 to report saturation and return false from getEvent in that case!
2016-01-09 23:43:37 +08:00
driverblock
d087310e6a
Include ATTiny85 support
...
conditional compilation to use TinyWireM
2015-05-15 13:38:13 -04:00
Tony DiCola
d3fcdeb5c0
Automatic library.properties generation.
1.0.0
2015-03-31 12:08:08 -07:00
Kevin Townsend
ced9f731da
Added bool return type to getEvent
2015-03-09 09:30:43 +01:00
microbuilder
ba1becf7f1
Extended delays to take into account loose timing with 'delay'
2015-02-19 17:56:43 +01:00
Kevin Townsend
72065d72f0
Added timestamp values
2014-03-05 04:00:36 +01:00
Kevin Townsend
9bd043e5a9
Updated function name to match enableAutoRange in Adafruit_Sensor
2014-03-05 03:20:00 +01:00
Kevin Townsend
238928accf
Added pgmspace.h
2014-02-14 22:46:05 +01:00
Kevin Townsend
7b0ceb2bf3
Added pgmspace.h
2014-02-14 22:42:48 +01:00
Kevin Townsend
f35b15b634
Added '_U' extension to unified drivers
2013-11-28 19:08:05 +01:00
Kevin Townsend
1e78917b23
Updated to use _Unified class names
2013-11-25 23:32:34 +01:00
KTOWN
da313757b4
Moved example to /examples
2013-02-05 18:22:40 +01:00
Kevin Townsend
f7e7b0d2ab
Update README.md
2013-02-04 16:05:43 +01:00
KTOWN
91e57156e4
Simplified constructor
2013-01-31 18:28:56 +01:00
KTOWN
da49ff88e6
Removed writeCmd
2013-01-31 12:58:03 +01:00
KTOWN
62ed0eb9e8
Improved comments
2013-01-31 11:24:37 +01:00
KTOWN
e34944a8bd
Improved driver description
2013-01-31 11:14:50 +01:00
KTOWN
1139917458
First commit
2013-01-31 11:00:54 +01:00
Kevin Townsend
5df80dd191
Initial commit
2013-01-31 01:59:38 -08:00