Skip to content

Commit ab1f0bf

Browse files
committed
Fix name print in example 6
1 parent 84749a5 commit ab1f0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example6_StandardDeviation/Example6_StandardDeviation.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ void setup()
88
{
99
// Start serial
1010
Serial.begin(115200);
11-
Serial.println("Qwiic OTOS Example 5 - Velocity and Acceleration");
11+
Serial.println("Qwiic OTOS Example 6 - Standard Deviation");
1212

1313
Wire.begin();
1414

0 commit comments

Comments
 (0)