Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.01 KB

INA226_asukiaaa

A library to communicate with INA226 voltage and current meter.

Installation

Arduino IDE

You can install to Arduino IDE with using library manager.

  1. Select [Sketch -> Include Library -> Manage Libraries] to open library manager.
  2. Search INA226 in library manager.
  3. Select INA226_asukiaaa and install.

PlatformIO

Add this library (INA226_asukiaaa) to lib_deps on platformio.ini.

Usage

See example or header file.

License

MIT

References