We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e8933 commit f2e798aCopy full SHA for f2e798a
src/wifi/AdafruitIO_AIRLIFT.h
@@ -93,6 +93,18 @@ class AdafruitIO_AIRLIFT : public AdafruitIO {
93
if (_http)
94
delete _http;
95
}
96
+
97
98
+ /**************************************************************************/
99
+ /*!
100
+ @brief Allows setting of the AirLift RGB led from the
101
+ Adafruit IO AirLift Class
102
+ */
103
104
+ void setLEDs( int r, int g, int b) {
105
+ WiFi.setLEDs( r, g, b);
106
+ }
107
108
109
/********************************************************/
110
/*!
@@ -189,4 +201,4 @@ class AdafruitIO_AIRLIFT : public AdafruitIO {
189
201
190
202
};
191
203
192
-#endif // ADAFRUITIO_AIRLIFT_H
204
+#endif // ADAFRUITIO_AIRLIFT_H
0 commit comments