-
Notifications
You must be signed in to change notification settings - Fork 225
TMP36 SENSOR
Thomas E. Horner edited this page Mar 12, 2019
·
15 revisions
What | Comments | |
---|---|---|
Identifier | TMP36 | |
Interface | ADC | |
Provides | temperature | celsius degrees |
Properties | none | |
Datasheet |
-- Attach sensor using internal ADC / channel 6
s1 = sensor.attach("TMP36", adc.ADC1, 6)
s1:read("temperature")