Add C-project for simulating axis in commandline

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
This commit is contained in:
jonny_ji7
2023-03-02 23:35:24 +01:00
parent 9595940004
commit a0032ea07f
2 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
default: program
program:
gcc main.c -o a.out -lm
clean:
-rm -f a.out