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 a4ca3f0 commit 5806b9fCopy full SHA for 5806b9f
examples/CommunitySubmitted/HC-SR04/HC-SR04.ino
@@ -47,7 +47,7 @@ void loop() {
47
Cayenne.loop();
48
}
49
50
-// This function is called at intervals to send temperature sensor data to Cayenne.
+// This function is called at intervals to send HC-SR04 sensor data to Cayenne.
51
CAYENNE_OUT(DISTANCE_VIRTUAL_CHANNEL)
52
{
53
digitalWrite(TRIGGER_PIN, LOW);// Clears the trigger Pin
0 commit comments