Skip to content

TMP36 SENSOR

Jaume Olivé Petrus edited this page Apr 20, 2017 · 15 revisions

Specification

What Comments
Identifier TMP36
Interface ADC
Provides temperature celsius degrees
Properties none
Datasheet

Code

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

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