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 ab55e2a commit 4a9c546Copy full SHA for 4a9c546
src/DirectCurrent_Motor_Module.h
@@ -3,7 +3,7 @@ class DirectCurrent {
3
int input1;
4
int input2;
5
int dc;
6
- move(int mode1, int mode2, int speed);
+ int move(int mode1, int mode2, int speed);
7
};
8
9
int DirectCurrent::move(int mode1, int mode2, int speed) {
0 commit comments