Skip to content

Commit 148fd99

Browse files
committed
updates to note v2 changes
1 parent 3e73590 commit 148fd99

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ SparkFun Ambient Light Sensor - VEML7700 - AS7343 (QWIIC)
1414

1515
This library provides full access to the functions of the VEML7700 Ambient Light Sensor through an I2C connection using the SparkFun Qwiic connectors and cables.
1616

17+
> [!NOTE]
18+
> Version 2.0 and above of this library is not completely backward compatable with the original version 1.0 SparkX version.
19+
>
20+
> Most operations will work, but the data types for `shutdown` and methods used `interrupts` has changed to simplify the API. See the online documentation and examples for further information.
21+
1722
### Supported Products
1823
This library is intended for use with the following SparkFun Product - available at [www.sparkfun.com](https://www.sparkfun.com).
1924

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version=2.0.0
33
author=SparkFun Electronics <techsupport@sparkfun.com>
44
maintainer=SparkFun Electronics <sparkfun.com>
55
sentence=Library for the VEML7700 Ambient Light Sensor
6-
paragraph=An Arduino Library for the VEML7700 ambient light sensor. This library configures the sensor and reads the ambient light level.
6+
paragraph=An Arduino Library for the VEML7700 ambient light sensor. The SparkFun Qwiic VEML7700 Ambient Light Sensor provides accurate, 16-bit ambient light readings from 0 to 167,000 lux via the I2C interface. This miniature sensor (6.8mm x 3.0mm x 2.5mm) features a high-sensitivity photodiode, a low-noise amplifier, and a 16-bit analog-to-digital (A/D) converter. Its unshifted 7-bit I2C address is 0x10. NOTE: Version 2.0 and above of this library is not completely backward compatable with the original version 1.0 SparkX version.
77
category=Sensors
88
url=https://github.com/sparkfun/SparkFun_VEML7700_Arduino_Library
99
architectures=*

0 commit comments

Comments
 (0)