Skip to content

Releases: Zanduino/VCNL4010

Bug fix and enhancements

27 Dec 09:06
6c9ff03
Compare
Choose a tag to compare

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

10 Dec 07:35
cc4d313
Compare
Choose a tag to compare

Updated all sources to adhere to clang-format and doxygen standards. Moved from "SV-Zanshin" to "Zanduino"

Documentation Release

25 Jan 19:18
Compare
Choose a tag to compare

Issue #9 - Converted documentation style to doxygen
Issue #10 - Implemented Travis-CI integration testing

Added I2C speed choice to begin()

29 Jun 18:43
Compare
Choose a tag to compare

Fixed path for "example" directory

26 Jun 08:12
0d03e53
Compare
Choose a tag to compare
Merge pull request #7 from per1234/rename-examples-folder

Correct examples folder name

Bug Fix Release

25 Jun 15:41
Compare
Choose a tag to compare

Enhancement #6 and Zenodo

Bug Fix Release

02 Sep 07:50
Compare
Choose a tag to compare

Corrected delay in I2C reads and updated the WakeOnInterrupt.ino program

Bug Fix Release

29 Aug 10:29
Compare
Choose a tag to compare

Potential hang during initialization when no VCNL4010 is present on the I2C bus

Bug Fix Release

31 Jul 07:19
Compare
Choose a tag to compare

Removed default value definitions from function declarations, kept them in the prototypes. Some compilers didn't like the definitions and failed.

Completed Samples

13 Jul 07:43
Compare
Choose a tag to compare

The WakeOnInterrupt.ino sketch has been completed and works on an Arduino Micro as well.