-
Notifications
You must be signed in to change notification settings - Fork 225
TMP36 SENSOR
Jaume Olivé Petrus edited this page Apr 20, 2017
·
15 revisions
What | Comments | |
---|---|---|
Identifier | TMP36 | |
Interface | ADC | |
Provides | temperature | celsius degrees |
Properties | none | |
Datasheet |
s1 = sensor.attach("TMP36", adc.ADC1, adc.ADC_CH6, 12)
s1:read("temperature")