-
Notifications
You must be signed in to change notification settings - Fork 225
TMP36 SENSOR
Jaume Olivé Petrus edited this page Jan 20, 2017
·
15 revisions
What | Comments | |
---|---|---|
Identifier | TMPO36 | |
Interface | ADC | |
Provides | temperature | celsius degrees |
[Datasheet] (http://www.micropik.com/PDF/tmp36.pdf) |
s1 = sensor.setup("TMP36", adc.ADC1, adc.ADC_CH6, 12)
s1:acquire()
s1:read("temperature")