Arduino_MKRENV - readUVA()

Read the UV sensor’s UV A value.

Syntax

ENV.readUVA()   

Parameters

None.

Returns

The UV sensor’s UV A value.

Example

Serial.print("UVA = ");
Serial.println(ENV.readUVA());

See also