mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Organize examples directory
This commit is contained in:
parent
f8924182d3
commit
a1987b61b4
3 changed files with 1 additions and 1 deletions
7
examples/lua/control-lines-test.lua
Normal file
7
examples/lua/control-lines-test.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
high(DTR)
|
||||
low(RTS)
|
||||
msleep(100)
|
||||
low(DTR)
|
||||
high(RTS)
|
||||
msleep(100)
|
||||
low(RTS)
|
||||
Loading…
Add table
Add a link
Reference in a new issue