UNPKG

jvsveml6070

Version:

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

11 lines (10 loc) 129 B
export declare enum I2CBusState { /** * Closed. */ CLOSED = 0, /** * Opened. */ OPENED = 1 }