X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/e86b7edcdb912e9a6b304ffd391c07b18bde6380..38566e3a72507341517804c374e71e3bd4c82934:/test/src/testing/implementation/micropython/__init__.py diff --git a/test/src/testing/implementation/micropython/__init__.py b/test/src/testing/implementation/micropython/__init__.py deleted file mode 100644 index dbc1e6c..0000000 --- a/test/src/testing/implementation/micropython/__init__.py +++ /dev/null @@ -1,8 +0,0 @@ -def create_pin(): - from microcontroller import Pin - name, pin = next(Pin.iteritems()) # grab first pin - return pin - -def create_dio(): - import digitalio - return digitalio.DigitalInOut(create_pin()) \ No newline at end of file