-
Notifications
You must be signed in to change notification settings - Fork 234
GUVA S12SD SENSOR
Thomas E. Horner edited this page Mar 12, 2019
·
7 revisions
| What | Comments | |
|---|---|---|
| Identifier | GUVA-S12SD | ![]() |
| Interface | ADC | |
| Provides | UV Index | see note 1 |
| Properties | none | |
| Datasheet |
Note 1:
-- Attach sensor using internal ADC at GPIO32
s1 = sensor.attach("GUVA-S12SD", adc.ADC1, pio.GPIO32)
s1:read("UV Index")

