Browse Source

新增启动提示

master
ywh 2 months ago
parent
commit
bbba36542e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      c/ABCD.c

+ 1
- 1
c/ABCD.c View File

@@ -5,7 +5,7 @@ int main(void)
{ {
int speed = 200; int speed = 200;


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


return 0; return 0;
} }

Loading…
Cancel
Save