diff --git a/examples/ds18b20.lua b/examples/ds18b20.lua index c7486a6e..ed728bbc 100644 --- a/examples/ds18b20.lua +++ b/examples/ds18b20.lua @@ -1,9 +1,9 @@ ---[[ +--' -- 18b20 one wire example for NODEMCU -- NODEMCU TEAM -- LICENCE: http://opensource.org/licenses/MIT -- Vowstar ---]] +--' pin = 9 ow.setup(pin) @@ -53,4 +53,4 @@ else else print("CRC is not valid!") end -end \ No newline at end of file +end