]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
testing.implementation __init__ now just package placeholder, since testing.board...
authorCefn Hoile <github.com@cefn.com>
Sun, 18 Feb 2018 20:40:08 +0000 (20:40 +0000)
committerCefn Hoile <github.com@cefn.com>
Sun, 18 Feb 2018 20:40:08 +0000 (20:40 +0000)
python/testing/implementation/__init__.py

index ccff0f67f48a94caccd59192d4249d9cf718bad8..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,10 +0,0 @@
-import agnostic
-import board
-if agnostic.board == "feather_m0_express":
-    default_pin = board.D5
-    led_pin = board.D13
-    pin_count = 38
-elif agnostic.board == "feather_huzzah":
-    default_pin = board.D5
-    led_pin = board.D2
-    pin_count = 10