UNPKG

jvsveml6070

Version:

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

19 lines (18 loc) 236 B
export declare enum I2CAddress { /** * Alert Response. */ AR = 12, /** * Command. */ CMD = 56, /** * MSB data. */ DATA_MSB = 57, /** * LSB data. */ DATA_LSB = 56 }