Releases: Zanduino/VCNL4010
Releases · Zanduino/VCNL4010
Bug fix and enhancements
Cleaned up the library source code, added new RegressionTests.ino program as part of Issue #15 and fixed a library communications error to do with timing.
Enhancement Release
Updated all sources to adhere to clang-format and doxygen standards. Moved from "SV-Zanshin" to "Zanduino"
Documentation Release
Added I2C speed choice to begin()
Fixed issue #8
Fixed path for "example" directory
Merge pull request #7 from per1234/rename-examples-folder Correct examples folder name
Bug Fix Release
Enhancement #6 and Zenodo
Bug Fix Release
Corrected delay in I2C reads and updated the WakeOnInterrupt.ino program
Bug Fix Release
Potential hang during initialization when no VCNL4010 is present on the I2C bus
Bug Fix Release
Removed default value definitions from function declarations, kept them in the prototypes. Some compilers didn't like the definitions and failed.
Completed Samples
The WakeOnInterrupt.ino sketch has been completed and works on an Arduino Micro as well.