-
Notifications
You must be signed in to change notification settings - Fork 13
DS1820 SENSOR
loboris edited this page Mar 15, 2017
·
1 revision
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 |
s1 = sensor.attach("DS1820", gpio.GPIO15)
s1:read("temperature")