claws and GitHub
37068ca098
Merge pull request #74 from claws/add-ci
2021-01-17 20:29:33 +10:30
Chris Laws
d0e40a0bd3
Setup Github Actions
2021-01-17 19:35:07 +10:30
claws and GitHub
d2cfba6466
Merge pull request #73 from claws/uprev
...
Bump version for new release
1.2.0
2021-01-03 13:31:52 +10:30
Chris Laws
0221dad30f
bump version for new release
2021-01-03 13:16:11 +10:30
claws and GitHub
a353dda671
Merge pull request #69 from coelner/nonBlocking
...
Non blocking
2021-01-03 12:27:10 +10:30
coelner
2a8adf0c31
upstream related #61 , #59 , #53
2020-09-24 20:24:42 +02:00
coelner
a41c9f0293
Merge remote-tracking branch 'upstream/master' into master
2020-08-14 10:45:06 +02:00
coelner
1c22536716
MTReg fix #53
2020-08-14 10:35:31 +02:00
claws and GitHub
38e9f378e0
Merge pull request #68 from mike-kiwi/patch-1
...
Wemos / Lolin D1 Mini Pro uses Wire.begin(D2, D1);
2020-08-12 22:26:26 +09:30
Mike Wright and GitHub
73edd6bb95
Wemos / Lolin D1 Mini Pro uses Wire.begin(D2, D1);
2020-08-11 01:12:42 +12:00
coelner
fd732383ac
Merge branch 'claws-master'. library skeleton updates, TWI handling
2020-06-10 21:24:30 +02:00
coelner
bef96055d7
Merge branch 'master' of https://github.com/claws/BH1750 into claws-master
2020-06-10 21:21:48 +02:00
claws and GitHub
6b3db32f50
Merge pull request #66 from schaeferpm/patch-1
...
Update BH1750.cpp
1.1.4
2020-05-23 11:01:32 +09:30
schaeferpm and Peter Schaefer
179d907478
Update BH1750.cpp
...
The configure method always pushed the old configuration to the device.
2020-05-22 19:06:31 +02:00
claws and GitHub
831c081152
Merge pull request #65 from Onno-Dirkzwager/master
...
Make library compatible for the Arduino Library Manager
2020-05-21 21:06:18 +09:30
Onno-Dirkzwager and GitHub
6870d707e6
Update library.json
2020-05-12 23:23:07 +02:00
Onno-Dirkzwager and GitHub
250679c904
Update library.properties
2020-05-12 23:22:50 +02:00
Onno-Dirkzwager and GitHub
c904729f1e
Update library.properties
2020-05-12 23:21:01 +02:00
Onno-Dirkzwager and GitHub
6a60abe0b1
Update library.json
2020-05-12 23:20:44 +02:00
Onno-Dirkzwager and GitHub
e14348d59d
Update library.properties
...
Extended the following fields:
- sentence
- paragraph
- architectures
2020-05-12 23:05:56 +02:00
Onno-Dirkzwager and GitHub
e02f6e43ea
Update library.json
...
- Added keywords
- Extended description
- Extended platforms
- Added version
2020-05-12 22:55:44 +02:00
Onno-Dirkzwager and GitHub
7ece055c43
Fixed typo in ArduBadge
2020-05-12 22:38:14 +02:00
Onno-Dirkzwager and GitHub
0b9c2e2a41
Added ArduBadge
2020-05-12 22:37:17 +02:00
Onno-Dirkzwager and GitHub
d3489ba378
Rename BH1750.h to src/BH1750.h
...
Move to src folder in preperation for creating Arduino library
2020-05-12 22:29:05 +02:00
Onno-Dirkzwager and GitHub
01ac3051e5
Rename BH1750.cpp to src/BH1750.cpp
...
Move to src folder in preperation for creating Arduino library
2020-05-12 22:28:45 +02:00
claws and GitHub
a82aeae4f2
Update README
...
Update README to more clearly reference advanced examples to help address user issues such as that raised in #64 .
2020-04-18 09:47:02 +09:30
claws and GitHub
ee00a246d6
Merge pull request #63 from protohaus/master
...
Add support for setting TwoWire instance
2020-01-16 07:42:04 +10:30
Moritz Ulmer
dbaf749f60
Add an example for custom TwoWire instance usage
...
Why:
- Show how two I2C buses can be used with the library
This change addresses the need by:
- Add an example showing two BH1750 instances being connected to separate
TwoWire instances. Each TwoWire instance has its own SCL and SDA pin.
2020-01-14 10:35:23 +01:00
Moritz Ulmer
22d096f351
Add support for setting TwoWire instance
...
Why:
- Some boards have two or more I2C interfaces
This change addresses the need by:
- Extending the begin() function
- Replacing hard coded Wire calls with a TwoWire pointer
2020-01-13 20:53:21 +01:00
coelner
862b9d07d8
backport slipped in twi changes
2019-08-14 20:31:57 +02:00
coelner
ea801213f1
fix continuous mode reset
2019-08-14 19:56:22 +02:00
claws and GitHub
06436316ca
Merge pull request #58 from claws/fix-issue-57
...
Fix for incorrect bit shift when setting MTReg high bits value.
2019-07-30 07:35:28 +09:30
claws and GitHub
d3f2a6fc1f
Update BH1750.cpp
2019-07-29 21:48:03 +09:30
claws and GitHub
a49b08550a
Merge pull request #54 from flopp999/patch-1
...
change some misspelled words
2018-11-05 08:13:50 +10:30
flopp999 and GitHub
2ac08fc62c
change some misspelled words
2018-11-04 13:32:15 +01:00
coelner
9f6a6ba79e
fix begin() for MTreg default value
2018-10-23 18:46:13 +02:00
coelner
2f21a68fdc
Merge branch 'master' of https://github.com/coelner/BH1750
2018-10-07 16:48:54 +02:00
claws and coelner
944d55faf4
Merge pull request #52 from claws/cleanups
...
Various cleanups
2018-10-07 16:48:22 +02:00
claws and GitHub
a4d7626afb
Merge pull request #52 from claws/cleanups
...
Various cleanups
2018-10-06 13:35:52 +09:30
Chris Laws
ed1c55f768
cleanups
2018-10-06 09:49:27 +09:30
claws and GitHub
9d659d1ab8
Merge pull request #46 from coelner/HResMode2
...
H res mode2
2018-10-04 07:49:07 +09:30
coelner
e75ccea0d8
Release Candidate 1. minor textual changes
2018-10-03 16:04:30 +02:00
coelner
96febfa15d
fix autoadjust example and clarify README
2018-10-02 14:23:18 +02:00
coelner
73606f1a1c
remove int32 calculation
2018-10-01 07:00:34 +02:00
coelner
c2e98dbbda
fix examples, note to global maximum value
2018-09-29 19:30:44 +02:00
coelner
5a2c940f8c
fix wrong Wire.begin() in example sketch, move #BH1750_FLOAT to header
...
file
2018-09-28 07:26:52 +02:00
claws and GitHub
d901c92ec6
Merge pull request #51 from NuTTeR/patch-1
...
Better error handling
2018-09-27 07:43:17 +09:30
Andrew Chumak and GitHub
667998c65d
Better error handling
2018-08-27 22:32:31 +03:00
cm
a30562d278
example added
2018-07-31 09:18:40 +02:00
cm
95f46e599e
fix broken header
2018-07-31 09:07:45 +02:00