Skip to content

Commit

Permalink
Add version placeholder to base class.
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Dec 8, 2017
1 parent 3cb590a commit 7d497b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adafruit_ads1x15/adafruit_ads1x15.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
* Author(s): Carter Nelson
"""

__version__ = "0.0.0-auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15.git"

import time
from micropython import const
from adafruit_bus_device.i2c_device import I2CDevice
Expand Down

0 comments on commit 7d497b7

Please sign in to comment.