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 6cedd82 commit 01960a8Copy full SHA for 01960a8
examples/multiple_feeds/multiple_feeds.ino
@@ -133,7 +133,7 @@ void handleLight(AdafruitIO_Data *data) {
133
// you can also attach multiple feeds to the same
134
// meesage handler function. both counter and counter-two
135
// are attached to this callback function, and messages
136
-// will be received by this function.
+// for both will be received by this function.
137
void handleCount(AdafruitIO_Data *data) {
138
139
Serial.print("received <- ");
0 commit comments