Skip to content

Releases: wollewald/SI1145_WE

Several changes

26 Oct 21:44
85419fe
Compare
Choose a tag to compare
  • Replaced defines by enums or constexpr
  • Emptied constructors
  • Changed some comments in examples
  • Replaced private by protected

Eliminated one constructor

15 Oct 10:00
7b8c02b
Compare
Choose a tag to compare

Eliminated one constructor and did a slight change to one of the example sketches.

Users won't notice the change.

TwoWire object can now be passed to the constructor

16 May 08:28
42c59b3
Compare
Choose a tag to compare

You can now pass a TwoWire object to the constructor. E.g.:

SI1145_WE mySI1145 = SI1145_WE(&wire2);

Link to the english tutorial changed

29 Nov 10:43
d96db10
Compare
Choose a tag to compare

For some reasons I had to change the link to my blog post about the SI1145.

No change to the code

English tutorial available

14 Nov 11:34
118b4c3
Compare
Choose a tag to compare

No change to the code, but added links to the English version of the tutorial:

https://wolles-elektronikkiste.de/si1145-als-ir-uv-und-ps-sensor?lang=en

keywords.txt added

08 Aug 19:05
d22a0f7
Compare
Choose a tag to compare

I added keywords.txt.

Changed folder structure

13 Jun 09:37
c4c2e59
Compare
Choose a tag to compare

In order to enable the Arduino IDE to find the examples I have put the example sketches into separate folders.

Compatibility with ESP32 boards

06 Jun 14:15
45026cd
Compare
Choose a tag to compare

Enum variables for measurement types had to be renamed for compatibility with ESP32 systems. "PS" was already in use. Changed measurement types into "PS_TYPE", "ALS_TYPE", etc.

Update of library.properties

22 May 16:29
21c0da1
Compare
Choose a tag to compare

Added "includes" to library.properties.

Initial Release

10 Nov 10:55
4991150
Compare
Choose a tag to compare

Initial release