김연빈 김연빈 07-21
test how to use (Until now)
@d1a35660f5e9f0adcbab1abc48f066c95b95f965
--- TEST
+++ TEST
@@ -1,7 +1,7 @@
-#test motor with arduino, check hallsensor
+//test motor with arduino, check hallsensor
 
-## test run motor with arduino
-'''
+// test run motor with arduino
+
 const int PWM = 10;    // MD200T 6번 (SPEED_IN2) 노랑
 const int DIR = 8;    // MD200T 2번 (DIR2) 주황
 const int ST  = 9;    // MD200T 4번 (START/STOP2) 초록
@@ -33,11 +33,11 @@
   // digitalWrite(ST, HIGH);
   // delay(4000);
 }
-'''
 
-## check hallsensor
 
-'''
+// check hallsensor
+
+
 // 홀센서 핀 번호
 const int Hu = 4;
 const int Hv = 3;
@@ -72,5 +72,4 @@
   Serial.print(" | Hw: "); Serial.println(hw);
 
   delay(200);  // 0.2초 간격 출력
-}
-'''
(파일 끝에 줄바꿈 문자 없음)
+}
(파일 끝에 줄바꿈 문자 없음)
Add a comment
List