]> Repositories - hackapet/Adafruit_Blinka.git/blobdiff - python/testing/board/__init__.py
Better formatted console results
[hackapet/Adafruit_Blinka.git] / python / testing / board / __init__.py
index 47fb847894750cacada91f6d64aaf72f2d807553..d05c2226405b596ef207c4c20f15049ee8ea4106 100644 (file)
@@ -4,8 +4,11 @@ import board
 if agnostic.board == "feather_m0_express":
     default_pin = board.D5
     led_pin = board.D13
-    pin_count = 38
+    led_hardwired = True
 elif agnostic.board == "feather_huzzah":
     default_pin = board.GPIO4
     led_pin = board.GPIO2
-    pin_count = 10
+    led_hardwired = True
+    pull_down_support = False
+elif agnostic.board == "pyboard":
+    raise NotImplementedError