mirror of https://github.com/periph/devices
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
602 B
Go
18 lines
602 B
Go
// Copyright 2018 The Periph Authors. All rights reserved.
|
|
// Use of this source code is governed under the Apache License, Version 2.0
|
|
// that can be found in the LICENSE file.
|
|
|
|
// Package ina219 controls a Texas Instruments ina219 high side current,
|
|
// voltage and power monitor IC over an i2c bus.
|
|
//
|
|
// Calibration
|
|
//
|
|
// Calibration is recommended for accurate current and power measurements.
|
|
// Voltage measurements do not require sensor calibration. To calibrate, measure
|
|
// the actual value of the shunt resistor.
|
|
//
|
|
// Datasheet
|
|
//
|
|
// http://www.ti.com/lit/ds/symlink/ina219.pdf
|
|
package ina219
|