UNPKG

@name-industry/ni-ina219

Version:

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

19 lines (13 loc) 433 B
/* +-+-+-+-+-+-+-+-+-+ |N|I|-|I|N|A|2|1|9| +-+-+-+-+-+-+-+-+-+ NodeJS module to run and control the INA219 sensor on the UPS hat for the Raspberry PI by WaveShare. Repo: https://github.com/name-industry/ni-ina219/ Author: Alexander Davis - 2022 alex@name-industry.com License: MIT ****/ import "./Src/Constants/jsDocsTypeDef.js"; import NI_INA219 from "./Src/NI_INA219.js"; export default NI_INA219;