Skip to content

GUVA S12SD SENSOR

Thomas E. Horner edited this page Mar 12, 2019 · 7 revisions

Specification

What Comments
Identifier GUVA-S12SD
Interface ADC
Provides UV Index see note 1
Properties none
Datasheet

Note 1:

Code

-- Attach sensor using internal ADC at GPIO32
s1 = sensor.attach("GUVA-S12SD", adc.ADC1, pio.GPIO32)

s1:read("UV Index")

Back to sensor list

Clone this wiki locally