* Changed the temperature output format, add MIT licence.
This commit is contained in:
parent
8f1516ef28
commit
bce686a8ed
|
@ -1,4 +1,10 @@
|
|||
-- 18b20 Example
|
||||
--[[
|
||||
-- 18b20 one wire example for NODEMCU
|
||||
-- NODEMCU TEAM
|
||||
-- LICENCE: http://opensource.org/licenses/MIT
|
||||
-- Vowstar <vowstar@nodemcu.com>
|
||||
--]]
|
||||
|
||||
pin = 9
|
||||
ow.setup(pin)
|
||||
count = 0
|
||||
|
|
Loading…
Reference in New Issue