├── Beastdevices_INA3221.cpp ├── Beastdevices_INA3221.h ├── LICENSE ├── README.md ├── examples ├── get_started │ └── get_started.ino └── offset_compensation │ └── offset_compensation.ino └── library.properties /Beastdevices_INA3221.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beast-devices/Arduino-INA3221/HEAD/Beastdevices_INA3221.cpp -------------------------------------------------------------------------------- /Beastdevices_INA3221.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beast-devices/Arduino-INA3221/HEAD/Beastdevices_INA3221.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beast-devices/Arduino-INA3221/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beast-devices/Arduino-INA3221/HEAD/README.md -------------------------------------------------------------------------------- /examples/get_started/get_started.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beast-devices/Arduino-INA3221/HEAD/examples/get_started/get_started.ino -------------------------------------------------------------------------------- /examples/offset_compensation/offset_compensation.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beast-devices/Arduino-INA3221/HEAD/examples/offset_compensation/offset_compensation.ino -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beast-devices/Arduino-INA3221/HEAD/library.properties --------------------------------------------------------------------------------