mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
fixed some bugs
This commit is contained in:
4
F3:F303/Multistepper/stty
Executable file
4
F3:F303/Multistepper/stty
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
stty -F /dev/multistepper0 -brkint -icrnl -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke min 0 time 5
|
||||
while read x; do echo $x > /dev/multistepper0; cat /dev/multistepper0; done < esprif.conf
|
||||
Reference in New Issue
Block a user