Initial commit
This commit is contained in:
commit
2e53e158cf
6 changed files with 114 additions and 0 deletions
8
application.lua
Normal file
8
application.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
pin = 4
|
||||
ow.setup(pin)
|
||||
|
||||
counter=0
|
||||
lasttemp=-999
|
||||
|
||||
dofile("dallas.lua")
|
||||
dofile("server.lua")
|
Loading…
Add table
Add a link
Reference in a new issue