UNPKG

jvsveml6070

Version:

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

11 lines (10 loc) 158 B
export declare enum AcknowledgeThreshold { /** * 102 steps. */ ACK_102_STEPS = 0, /** * 145 steps. */ ACK_145_STEPS = 1 }