Browse Source

Revert "速度改成200"

This reverts commit b39e8535cc.
master
ywh 4 weeks ago
parent
commit
997405d4e8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      c/ABCD.c

+ 1
- 1
c/ABCD.c View File

@@ -3,7 +3,7 @@

int main(void)
{
int speed = 200;
int speed = 100;

printf("motor start speed = %d\n", speed);



Loading…
Cancel
Save