Skip to content

Releases: wollewald/VL6180X_WE

Little finetuning of example sketches

20 Feb 17:53
c0cae81
Compare
Choose a tag to compare

Just a little finetuning of the example sketches. There few redundant delays.

Improved the interrupt example sketch

18 Feb 12:05
dd86fa7
Compare
Choose a tag to compare

Improved the interrupt example sketch:

  • more comments to explain the thresholds
  • automatic adjustment of the code for ESP32 and ESP8266

Other improvements:

  • added VL6180xDefaultSettings() because VL6180xDefautSettings() was wrongly spelled. But still kept VL6180xDefautSettings for downward compatibility.

ChangeAddress method now working

25 Sep 18:58
8b5ba5d
Compare
Choose a tag to compare

The changeAdress method is now working.

Link to the english documentation changed

29 Nov 10:51
d3c8376
Compare
Choose a tag to compare

For some reasons I had to change the link to the english documentation of the library:

https://wolles-elektronikkiste.de/en/vl6180x-tof-proximity-and-ambient-light-sensor

No change to the code.

English documentation available

07 Nov 14:28
ed6c244
Compare
Choose a tag to compare

No change to source code. I have just translated my blog post, in which I describe the the VL6180X and the library.

keywords.txt added

08 Aug 21:49
977541d
Compare
Choose a tag to compare

keywords.txt has been added.

Another update of library.properties

22 May 16:14
590ad3c
Compare
Choose a tag to compare

Added "includes" to the library.properties

Library.Properties updated

09 Nov 16:09
2840e98
Compare
Choose a tag to compare

Library.Properties updated

Compatibility issues with SAMD solved

29 Oct 20:17
6ded0ba
Compare
Choose a tag to compare
  • Compatibility issues with SAMD solved
  • Some re-arrangements of the folder structure

Minor issue solved

27 Oct 13:39
80b76ad
Compare
Choose a tag to compare

corrected:

#ifndef VL6180X_WE_h_
#define VL6180X_WE_h_