Skip to content

Commit 1ec65f5

Browse files
authored
Update REMgQ29tcG9uZW50.h
Signed-off-by: Adrian <[email protected]>
1 parent d782f57 commit 1ec65f5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/REMgQ29tcG9uZW50.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
struct setup1 {
1+
#include <stdio.h>
2+
#include <string.h>
3+
4+
typedef struct setup1 {
25
int input1;
36
int input2;
47
int dc;
5-
};
8+
} DirectCurrentConfig;
69

710
void moveDirectCurrent(int i, int mode1, int mode2, int speed) {
811
digitalWrite(pin[i].input1, mode2);

0 commit comments

Comments
 (0)