mirror of
https://github.com/eddyem/pusirobot.git
synced 2026-03-21 01:01:04 +03:00
fixed some bugs
This commit is contained in:
8
commandline/cfg/move
Executable file
8
commandline/cfg/move
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
while true; do
|
||||
./steppermove -m100 -w -I4 -r 32
|
||||
./steppermove -m200 -w -I4 -r -64
|
||||
sleep 1
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user