Releases: wollewald/SI1145_WE
Several changes
Eliminated one constructor
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
You can now pass a TwoWire object to the constructor. E.g.:
SI1145_WE mySI1145 = SI1145_WE(&wire2);
Link to the english tutorial changed
For some reasons I had to change the link to my blog post about the SI1145.
No change to the code
English tutorial available
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
I added keywords.txt.
Changed folder structure
In order to enable the Arduino IDE to find the examples I have put the example sketches into separate folders.
Compatibility with ESP32 boards
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
Added "includes" to library.properties.
Initial Release
Initial release