3051ce4a77
removed more arduino bullshit functions
2021-10-03 19:27:50 +02:00
98cf7b89b9
Implement typesafety for addr macros
2021-07-15 13:13:45 +02:00
8737563fa6
error handling and optimizations
2021-07-13 21:37:37 +02:00
f31bf7762e
Converted to C++ and esp-idf
2021-07-13 13:54:41 +02:00
0856f62c1d
Merge pull request #25 from adafruit/actionci
...
Moved repository to actions
1.1.0
2020-05-26 11:50:09 -04:00
f882164c9b
Moved repository to actions
2020-05-26 11:37:42 -04:00
df395e8712
Merge pull request #20 from mvn23/mvn23-patch-1
...
Fix negative lux value check.
2019-07-18 11:45:53 -04:00
655fdaefe8
Fix negative lux value check.
...
Rewrite negative lux value check to avoid comparing unsigned long < 0.
2019-04-30 20:48:52 +02:00
5aac407f76
Merge pull request #14 from sethtroisi/master
...
Code Beautifications
2019-04-03 16:19:54 -04:00
b146b355e2
Code Beautification
2019-04-03 10:36:09 -07:00
51cd63a98f
fix travis CI location
1.0.3
2019-04-02 17:26:46 -04:00
9b9b1d4771
bump
2019-04-02 17:26:02 -04:00
322a1b4e55
hand add https://github.com/adafruit/Adafruit_TSL2561/pull/15
2019-04-02 17:25:53 -04:00
4f670c0cff
Merge pull request #17 from maditnerd/patch-1
...
Fix for ESP32 with Compiler Warning:All
2019-02-15 17:15:41 -05:00
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
0558d76ba4
Merge pull request #16 from theintel/master
...
Improved comments
2018-10-11 20:16:08 -07:00
d335989be4
Improved comments
2018-10-12 01:10:16 +06:00
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
8c06682814
Fixed the typo
...
Changed "VDD" to "VCC"
2018-10-11 23:51:34 +06:00
c913785d70
fix https://github.com/adafruit/Adafruit_TSL2561/issues/11 and bump!
1.0.2
2018-01-19 13:07:46 -05:00
fbd7d124a3
refix
2018-01-18 13:59:24 -05:00
f46b4a2894
Update README.md
...
test
2018-01-18 13:56:39 -05:00
a26f2ae68c
Update README.md
2018-01-18 13:56:15 -05:00
0277f44023
add travis tag
2018-01-18 13:56:02 -05:00
74d363c5bd
fix typo!
2018-01-17 18:43:01 -05:00
91280ca3e6
purposeful typo
2018-01-17 18:38:07 -05:00
0e51be8f62
travisize!
2018-01-17 18:17:41 -05:00
2b16c33959
now awake! https://github.com/adafruit/Adafruit_TSL2561/pull/12
2018-01-17 12:45:13 -05:00
02f2582345
Wrote some awwwwesome documentation!
2018-01-17 01:23:44 -05:00
48be09134f
Set version to 1.0.1
2017-12-18 18:51:29 +01:00
3aefef7dee
Set min value to 1.0
2017-12-18 18:51:11 +01:00
0c88fba4e7
Merge branch 'mjs513-master'
2017-09-12 19:04:12 -04:00
e1fc8836ae
Revert to begin to original, added comment
2017-09-12 13:10:58 -04:00
fca7c4f97e
Added support for Teensy 3.x and made Wire port selectable in setup
2017-09-11 22:15:28 -04:00
1929c9a7fd
Merge pull request #5 from cujomalainey/master
...
Correct code copy error
2016-10-08 22:44:23 -04:00
0fe1e532e4
Correct code copy error
2016-10-08 18:35:49 -04:00
7788020399
rename for modern ide
2016-09-02 21:42:40 -04:00
e35172f705
Add GitHub issue template
2016-05-27 13:44:13 -07:00
ab3e79c991
Add GitHub pull request template
2016-05-27 13:39:03 -07:00
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
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
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
d087310e6a
Include ATTiny85 support
...
conditional compilation to use TinyWireM
2015-05-15 13:38:13 -04:00
d3fcdeb5c0
Automatic library.properties generation.
1.0.0
2015-03-31 12:08:08 -07:00
ced9f731da
Added bool return type to getEvent
2015-03-09 09:30:43 +01:00
ba1becf7f1
Extended delays to take into account loose timing with 'delay'
2015-02-19 17:56:43 +01:00
72065d72f0
Added timestamp values
2014-03-05 04:00:36 +01:00
9bd043e5a9
Updated function name to match enableAutoRange in Adafruit_Sensor
2014-03-05 03:20:00 +01:00
238928accf
Added pgmspace.h
2014-02-14 22:46:05 +01:00
7b0ceb2bf3
Added pgmspace.h
2014-02-14 22:42:48 +01:00