Update README.md

master
Tait Hoyem 5 years ago
parent c10595be97
commit 1e81f73757

@ -10,7 +10,9 @@
`--dot-delay` or `-td` will let you set the delay for the morse code dots in microseconds (I think, I'm using usleep, whatever that uses). Reasonable balue is 150000, which is also the default. Use with -s option to enable slow printing.
`--dash-delay` or `-hd` will let you set the delay for the morse code dashes in microseconds (again, I think). Reasonable value is 300000, which is also the default. use with -s option to enable slow printing
`--dash-delay` or `-hd` will let you set the delay for the morse code dashes in microseconds (again, I think). Reasonable value is 300000, which is also the default. use with -s option to enable slow printing.
`./morse -hd 300000 -td 150000 --slow` for example.
You can pipe data in to be morse codeified

Loading…
Cancel
Save