X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/5da425208b81f28238e7d84608664985071ce5a4..refs/heads/micropython-pyi:/src/analogio.py?ds=sidebyside diff --git a/src/analogio.py b/src/analogio.py index 6d5821a..23dfb0d 100644 --- a/src/analogio.py +++ b/src/analogio.py @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries +# +# SPDX-License-Identifier: MIT """ `analogio` - Analog input and output control ============================================ @@ -7,11 +10,6 @@ Not supported by all boards. * Author(s): Carter Nelson, Melissa LeBlanc-Williams """ - -__version__ = "0.0.0-auto.0" -__repo__ = "https://github.com/adafruit/Adafruit_Blinka.git" - - import sys from adafruit_blinka.agnostic import detector