Skip to content

Commit f1ad299

Browse files
authored
Update U2Vydm8gQ29tcG9uZW50.h
1 parent 932e8d2 commit f1ad299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/U2Vydm8gQ29tcG9uZW50.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
Servo servo;
44

5-
void attachServo(servo, int pin) {
5+
void attachServo(int pin) {
66
servo.attach(pin);
77
}
88

9-
void moveServo(servo, int angle) {
9+
void moveServo(int angle) {
1010
servo.write(angle);
1111
}

0 commit comments

Comments
 (0)