mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-01-31 12:25:14 +03:00
5 lines
240 B
Bash
Executable File
5 lines
240 B
Bash
Executable File
#!/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
|