

변수 수정
@6f0fd130c320cb67999ee78408a24673031b738c
--- vdwd1.0.ino
+++ vdwd2.0.ino
... | ... | @@ -24,7 +24,6 @@ |
24 | 24 |
|
25 | 25 |
volatile long encoderPos1 = 0, encoderPos2 = 0; |
26 | 26 |
double v = 0, w = 0; |
27 |
-double prevV = 0, prevW = 0; |
|
28 | 27 |
double rpm1 = 0, rpm2 = 0; |
29 | 28 |
int calPWM1 = 0, calPWM2 = 0; |
30 | 29 |
double error1 = 0, prevError1 = 0, integral1 = 0, derivative1 = 0; |
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?