Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Santiago Ignacio Hitta Monteverde
firmware
Commits
60829962
Commit
60829962
authored
May 21, 2019
by
Jorge
Browse files
print dot immediatelly
parent
1144256c
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/main_ahsm.lua
View file @
60829962
...
...
@@ -49,8 +49,8 @@ do
thread
.
start
(
function
()
local
to_dot
=
require
'to_dot'
while
true
do
thread
.
sleep
(
period
)
to_dot
.
to_function
(
root
,
print
)
thread
.
sleep
(
period
)
end
end
)
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment