// main.c #include int main(void) { int speed = 200; printf("motor start speed = %d\n", speed); return 0; }