Skip to content

Releases: wollewald/BH1750_WE

Example sketch for one time measurements added

28 Jan 20:35
fcd30fe
Compare
Choose a tag to compare

I added an example for one time measurements.

init has now a return value

19 Jun 19:37
b4a6ecc
Compare
Choose a tag to compare

The init function has now a return value which is 0 if the device is not connected.

Small bug in the example

26 Oct 20:54
4fc3259
Compare
Choose a tag to compare

While testing I commented both options for object definition in the example sketch.

Some minor changes

26 Oct 19:07
57eae01
Compare
Choose a tag to compare
  • Replaced #define by constexpr
  • Emptied the constructors
  • Replaced private by protected

typedef for enum definition was redundant

08 Jan 09:59
f7694b8
Compare
Choose a tag to compare

I have eliminated typedef in enum definition.

Use of multiple I2C busses possible

14 May 19:46
5738d2b
Compare
Choose a tag to compare

You can now pass a TwoWire object to the constructor. I have also updated the example sketch accordingly.

English documentation available

29 Nov 10:59
f343cae
Compare
Choose a tag to compare

keywords.txt added

08 Aug 16:14
c13c312
Compare
Choose a tag to compare

I added keywords.txt

Update of library.properties

22 May 16:24
c429d73
Compare
Choose a tag to compare

No real change to version 1.1.1. I just had just forgotten to update the version number in library properties before releasing 1.1.1. Corrected now.

Some changes to the folder structure

29 Oct 20:24
b009182
Compare
Choose a tag to compare

Some changes to the folder structure