Skip to content

pimoroni/ads1015-python

Repository files navigation

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