UNPKG

@name-industry/ni-ina219

Version:

Module for using the WaveShare UPS Raspberry Pi Hat that has an embedded Texas Instruments INA219 sensor.

14 lines (12 loc) 358 B
/** * @typedef {Object} ErrorResultObject * @property {boolean} success - Method result * @property {string} msg - Method message * @property {object} data - Method payload */ /** * @typedef {Object} ResultObject * @property {boolean} success - Method result * @property {string} msg - Method message * @property {object} data - Method payload */