Skip to content

Commit 5806b9f

Browse files
authored
Update comments
1 parent a4ca3f0 commit 5806b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CommunitySubmitted/HC-SR04/HC-SR04.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void loop() {
4747
Cayenne.loop();
4848
}
4949

50-
// This function is called at intervals to send temperature sensor data to Cayenne.
50+
// This function is called at intervals to send HC-SR04 sensor data to Cayenne.
5151
CAYENNE_OUT(DISTANCE_VIRTUAL_CHANNEL)
5252
{
5353
digitalWrite(TRIGGER_PIN, LOW);// Clears the trigger Pin

0 commit comments

Comments
 (0)