
--- TEST
+++ TEST
... | ... | @@ -1,6 +1,6 @@ |
1 |
-test motor with arduino, check hallsensor |
|
1 |
+#test motor with arduino, check hallsensor |
|
2 | 2 |
|
3 |
-- test run motor with arduino |
|
3 |
+## test run motor with arduino |
|
4 | 4 |
''' |
5 | 5 |
const int PWM = 10; // MD200T 6번 (SPEED_IN2) 노랑 |
6 | 6 |
const int DIR = 8; // MD200T 2번 (DIR2) 주황 |
... | ... | @@ -35,7 +35,7 @@ |
35 | 35 |
} |
36 | 36 |
''' |
37 | 37 |
|
38 |
-- check hallsensor |
|
38 |
+## check hallsensor |
|
39 | 39 |
|
40 | 40 |
''' |
41 | 41 |
// 홀센서 핀 번호 |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?