We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef9a63 commit bb8c9f3Copy full SHA for bb8c9f3
src/Servo-Motor-Module.h
@@ -3,7 +3,7 @@
3
struct Servo2 {
4
int servo;
5
move(int angle);
6
- attach();
+ attach(int pin);
7
} Servo2;
8
9
Servo servo;
0 commit comments