Commit 3e645a09 authored by alonewolfx2's avatar alonewolfx2
Browse files

For upload tools. (removed " [[ " tags in the first line.)

It can't upload with many luatools. Because "[[" and "]] tags using by file.write function
parent bce686a8
--[[ --'
-- 18b20 one wire example for NODEMCU -- 18b20 one wire example for NODEMCU
-- NODEMCU TEAM -- NODEMCU TEAM
-- LICENCE: http://opensource.org/licenses/MIT -- LICENCE: http://opensource.org/licenses/MIT
-- Vowstar <vowstar@nodemcu.com> -- Vowstar <vowstar@nodemcu.com>
--]] --'
pin = 9 pin = 9
ow.setup(pin) ow.setup(pin)
...@@ -53,4 +53,4 @@ else ...@@ -53,4 +53,4 @@ else
else else
print("CRC is not valid!") print("CRC is not valid!")
end end
end end
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment