Initial commit

This commit is contained in:
Jeena 2016-11-20 05:15:49 +01:00
commit 2e53e158cf
6 changed files with 114 additions and 0 deletions

8
application.lua Normal file
View file

@ -0,0 +1,8 @@
pin = 4
ow.setup(pin)
counter=0
lasttemp=-999
dofile("dallas.lua")
dofile("server.lua")