Skip to content

Commit bb8c9f3

Browse files
authored
Update Servo-Motor-Module.h
Signed-off-by: Adrian <[email protected]>
1 parent 8ef9a63 commit bb8c9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servo-Motor-Module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
struct Servo2 {
44
int servo;
55
move(int angle);
6-
attach();
6+
attach(int pin);
77
} Servo2;
88

99
Servo servo;

0 commit comments

Comments
 (0)