-
Notifications
You must be signed in to change notification settings - Fork 237
TMP36 SENSOR
Jaume Olivé Petrus edited this page Feb 18, 2017
·
15 revisions
| 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) | ![]() |
s1 = sensor.setup("TMP36", adc.ADC1, adc.ADC_CH6, 12)
s1:acquire()
s1:read("temperature")
