before adding the travelMm function the algorithm for moving the axis between left and right was designed and evaluated via commandline first. -> Add this test-code in this commit
8 lines
74 B
Makefile
8 lines
74 B
Makefile
default: program
|
|
|
|
program:
|
|
gcc main.c -o a.out -lm
|
|
|
|
clean:
|
|
-rm -f a.out
|