Skip to content

Commit 7f0914c

Browse files
committed
add note on the VEML7700 class
1 parent 0922eb3 commit 7f0914c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/SparkFun_VEML7700_Arduino_Library.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ class SparkFunVEML7700 : public sfDevVEML7700
7171
};
7272

7373
// for backwards compatibility
74+
/**
75+
* @brief Deprecated class for interfacing with the VEML7700 sensor - supports version 1.0.0 of the SparkX library
76+
*
77+
* @deprecated This class is deprecated for version 2.0 of this library. Use SparkFunVEML7700 instead.
78+
*/
7479
class VEML7700 : public SparkFunVEML7700
7580
{
7681
};

0 commit comments

Comments
 (0)