UNPKG

@agilatech/lynxari-si1145-device

Version:

SI1145 UV/IR/Visible light device driver for use in the Agilatech Lynxari system

11 lines (8 loc) 255 B
const LynxariDevice = require(process.lynxari.device); const device = require('@agilatech/si1145'); module.exports = class Si1145 extends LynxariDevice { constructor(config) { const hardware = new device(config); super(hardware, config); } }