Adafruit INA237 and INA238 Arduino Library
Adafruit_INA237.cpp File Reference
#include "Adafruit_INA237.h"
#include <Wire.h>
#include "Arduino.h"

Detailed Description

Introduction

I2C Driver for the INA237/INA238 I2C Current and Power sensor

Note: INA237 and INA238 are functionally identical devices with different part numbers. This class implements all functionality for both chips.

This is a library for the Adafruit INA237/INA238 breakouts: http://www.adafruit.com/products/xxxx

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Dependencies

This library depends on the Adafruit BusIO library

Author

Limor "Ladyada" Fried for Adafruit Industries

License

MIT (see license.txt)

HISTORY

v1.0 - First release