We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fee2d commit 9c29f47Copy full SHA for 9c29f47
ADS1115/ADC.py
@@ -3,7 +3,7 @@
3
4
__all__ = ['ADS1115']
5
6
-from I2C import Adafruit_I2C
+from .I2C import Adafruit_I2C
7
8
# ===========================================================================
9
# ADS1115 Class
setup.py
@@ -11,7 +11,7 @@
11
from distutils.core import setup
12
13
setup(name='ADS1115',
14
- version='0.1.5',
+ version='0.1.6',
15
description='Python library for interacting with the ADS1115 Analog to Digital Converter.',
16
url='http://github.com/dhhagan/Adafruit-Raspberry-Pi-Python-Code',
17
author='David H Hagan',
0 commit comments