]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - test/src/testing/implementation/micropython/__init__.py
Simplified testing packages
[Adafruit_Blinka-hackapet.git] / 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 (file)
index dbc1e6c..0000000
+++ /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