Skip to content

DS1820 SENSOR

loboris edited this page Mar 15, 2017 · 1 revision

Specification

What Comments
Identifier DS1820
Interface 1-WIRE
Provides temperature celsius degrees
Properties resolution bits of resolution
rom address in the bus
type model
numdev number of DS180 sensors in the bus
Datasheet

Code

s1 = sensor.attach("DS1820", gpio.GPIO15)

s1:read("temperature")
Clone this wiki locally