We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0922eb3 commit 7f0914cCopy full SHA for 7f0914c
src/SparkFun_VEML7700_Arduino_Library.h
@@ -71,6 +71,11 @@ class SparkFunVEML7700 : public sfDevVEML7700
71
};
72
73
// 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
+ */
79
class VEML7700 : public SparkFunVEML7700
80
{
81
0 commit comments