Skip to content

TMP36 SENSOR

Jaume Olivé Petrus edited this page Feb 18, 2017 · 15 revisions

Specification

What Comments
Identifier TMP36
Interface ADC
Provides temperature celsius degrees
Properties none
[Datasheet] (http://www.analog.com/media/en/technical-documentation/data-sheets/TMP35_36_37.pdf)

Code

s1 = sensor.attach("TMP36", adc.ADC1, adc.ADC_CH6, 12)

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