UNPKG

@ralphwetzel/node-red-ds2482-mcu

Version:

DS2482 I2C 1-Wire Master controller for Node-RED w/ MCU support

15 lines (11 loc) 218 B
/* node-red-DS2482-mcu by @ralphwetzel https://github.com/ralphwetzel/node-red-DS2482-mcu License: MIT */ class generic { paths = { "not_implemented": [] } } export { generic as default}