Skip to content

Commit

Permalink
Add installation info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asukiaaa committed Feb 7, 2020
1 parent 1b534da commit d8dd23e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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](./examples/printVoltageAndCurrent/printVoltageAndCurrent.ino) or [header file](./src/INA226_asukiaaa.h).

Expand Down

0 comments on commit d8dd23e

Please sign in to comment.