UNPKG

jvsveml6070

Version:

Node.js package for the Vishay VEML6070 UVA Light Sensor, written in TypeScript.

11 lines (10 loc) 210 B
export declare enum ShutdownMode { /** * Disabled. */ DISABLED = 0, /** * Enabled (reduces power consumption to less than 1 μA according to the datasheet). */ ENABLED = 1 }