New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ads1015

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ads1015

Python library for the ADS1015 and ADS1115 4-channel ADC

  • 1.0.0
  • PyPI
  • Socket score

Maintainers
1

ADS1015 4 channel differential/single-ended ADC

Build Status Coverage Status PyPi Package Python Versions

Installing

Stable library from PyPi:

  • Just run python3 -m pip install ads1015

Latest/development library from GitHub:

  • git clone https://github.com/pimoroni/ads1015-python
  • cd ads1015-python
  • ./install.sh --unstable

1.0.0

  • Enhancement: Repackage to pyproject.toml/hatchling
  • Isort and black code formatting

0.0.8

  • Add thread-safe wrapper around ADC reads
  • Minor spelling fixes

0.0.7

  • Fix setting data rate
  • Add support for ADS1115
  • Add new detect_chip_type function

0.0.6

  • Added support for all addresses ads1015 supports
  • Genericized implementation away from pimoroni breakout
  • Typo fixes in docstring
  • Fix get_multiplexer so that it returns a value

0.0.5

  • Fix to support alternate i2c address
  • Typo fixes in DocString and comment

0.0.4

  • Port to i2cdevice>=0.0.6 set/get API

0.0.3

  • Fixed timeout in wait_for_conversion
  • Aliased timeout exception to ads1015.ADS1015TimeoutError

0.0.2

  • Fixed Python 2.7 bug with missing TimeoutError

0.0.1

  • Initial Release

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc