Skip to content

Commit f4a43f5

Browse files
authored
Update Knob_Basic.ino
1 parent a6edb10 commit f4a43f5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/Modulino_Knob/Knob_Basic/Knob_Basic.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ void loop(){
3434
Serial.println("Clicked!");
3535
}
3636

37-
<<<<<<< patch-1
38-
}
39-
=======
4037
if (direction == 1) {
4138
Serial.println("Rotated clockwise");
4239
} else if (direction == -1) {
@@ -45,4 +42,3 @@ void loop(){
4542

4643
delay(10); // optional small delay to reduce serial spam
4744
}
48-
>>>>>>> main

0 commit comments

Comments
 (0)