View Source VEML7700.Measurement (veml7700 v0.1.0)

One sensor measurement report.

Link to this section Summary

Link to this section Types

@type t() :: %VEML7700.Measurement{light_lux: number(), timestamp_ms: integer()}

Link to this section Functions

Link to this function

new(raw_light, resolution)

View Source
@spec new(0..65535, number()) :: t()