-
Notifications
You must be signed in to change notification settings - Fork 234
10K THERMISTOR SENSOR
Jaume Olivé Petrus edited this page Aug 4, 2017
·
3 revisions
| What | Comments | |
|---|---|---|
| Identifier | THERMISTOR | |
| Interface | ADC | |
| Provides | temperature | celsius degrees |
| Properties | none | |
| Datasheet | ![]() |
-- Attach 10K Thermistor sensor to GPIO35, 12 bits of resolution
s1 = sensor.attach("THERMISTOR", adc.ADC1, pio.GPIO35, 12)
-- Read temperature
s1:read("temperature")
