Releases: wollewald/AP3216_WE
Releases · wollewald/AP3216_WE
Replaced #defines by constexpr
Eliminated one constructor
I have eliminated one cnstructor. Users won't notice.
Compatibility with ESP32
The library now works on ESP32 boards. Unfortunately I had to change the enums which are passed to setMode. So you may need to change your code accordingly:
ALS -> AP3216_ALS
PS -> AP3216_PS
etc.
Moreover I implemented the option to pass a TwoWire object to the constructor. So you can use two I2C busses on ESP32 boards.
Link to the related english blog post changed.
No change to the code.
Documentation available in English
No changes to the code - only added the hint that the related blog post is now available in English:
https://wolles-elektronikkiste.de/ap3216-cjmcu-3216-ambient-light-and-proximity-sensor?lang=en
keywords.txt added and compiler warnings fixed
- keywords.txt has been added
- compiler warning fixed (AP3216_WE.cpp)
- compiler warning fixed (continuous example)
Update of library.properties
No real change to version 1.0. I just had released 1.0. before updating version in library.properties. Corrected now.
Initial Release
Initial release