![]() |
SparkFun INA2XX Arduino Library
v1.0.0-3-gc9007d6
Arduino Library for the SparkFun Qwiic Power Monitor (INA228 / INA237)
|
Arduino-specific implementation for the SparkFun INA228/INA237 Power Monitors. More...
#include <SparkFun_Toolkit.h>#include "sfTk/sfDevINA228.h"#include "sfTk/sfDevINA237.h"#include <Arduino.h>Go to the source code of this file.
Classes | |
| class | SfeINA228ArdI2C |
| Arduino I2C implementation for the INA228 high-precision power monitor. More... | |
| class | SfeINA237ArdI2C |
| Arduino I2C implementation for the INA237 power monitor. More... | |
Arduino-specific implementation for the SparkFun INA228/INA237 Power Monitors.
This file provides the Arduino-specific wrappers for the INA228 and INA237 driver classes. Each wrapper class inherits from its platform-independent device driver and implements I2C communication using Arduino's Wire library via the SparkFun Toolkit.
Typical usage (INA228):
SPDX-License-Identifier: MIT