Skip to main content

Introduction

Documentation Status Discord Build Status Code Style: Ruff

CircuitPython driver for the TI INA260 current and power sensor

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.

Installing from PyPI

pip3 install adafruit-circuitpython-ina260

To install system-wide (this may be required in some cases):

sudo pip3 install adafruit-circuitpython-ina260

To install in a virtual environment in your current project:

mkdir project-name && cd project-name
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-ina260

Usage Example

import time
import board
import adafruit_ina260

i2c = board.I2C()
ina260 = adafruit_ina260.INA260(i2c)
while True:
    print("Current: %.2f Voltage: %.2f Power:%.2f"
        %(ina260.current, ina260.voltage, ina260.power))
    time.sleep(1)

Documentation

API documentation for this library can be found on Read the Docs.

For information on building library documentation, please check out this guide.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

Release files for adafruit-circuitpython-ina260 1.3.22

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for adafruit-circuitpython-ina260 1.3.22
File Size Uploaded
adafruit_circuitpython_ina260-1.3.22.tar.gz 26.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for adafruit-circuitpython-ina260 1.3.22
File Interpreter ABI Platform
adafruit_circuitpython_ina260-1.3.22-py3-none-any.whl Python 3 none any Details

Total release size: 33.4 kB

Release files / adafruit_circuitpython_ina260-1.3.22.tar.gz

Download URL adafruit_circuitpython_ina260-1.3.22.tar.gz
Size 26.2 kB
Tags Source
SHA-256 checksum
How to use checksums
1232c4de3e45380db1d94f1655446796a72a535fd1e3b10181cc62a110459655
BLAKE2b-256 checksum
How to use checksums
a06921a7be80ae6f5c9203afcd4519c1fe35568bbabb6b4fd7ccb170d3b29221
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / adafruit_circuitpython_ina260-1.3.22-py3-none-any.whl

Download URL adafruit_circuitpython_ina260-1.3.22-py3-none-any.whl
Size 7.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
77caceda2dfd65a02269ef07c33bf7dc595bfc2ea1fc233cab29d7136d569fe3
BLAKE2b-256 checksum
How to use checksums
804aece0756068ebabb888cbe98fe98addac4d23bdf79bf47a5d59ba31c7c049
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release history Release notifications | RSS feed

This release

1.3.22 This release

2 release files

1.3.21

2 release files

1.3.20

2 release files

1.3.19

2 release files

1.3.18

2 release files

1.3.17

2 release files

1.3.14

2 release files

1.3.13

2 release files

1.3.12

2 release files

1.3.10

2 release files

1.3.9

2 release files

1.3.8

2 release files

1.3.7

2 release files

1.3.6

1 release file

1.3.5

1 release file

1.3.4

1 release file

1.3.3

1 release file

1.3.2

1 release file

1.3.1

1 release file

1.3.0

1 release file

1.2.6

1 release file

1.2.5

1 release file

1.2.4

1 release file

1.2.3

1 release file

1.2.2

1 release file

1.2.1

1 release file

1.2.0

1 release file

1.1.4

1 release file

1.1.3

1 release file

1.1.2

1 release file

1.1.1

1 release file

1.1.0

1 release file

1.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page