]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - test/src/testing/board/__init__.py
Massive pylinting session and added Github Actions
[Adafruit_Blinka-hackapet.git] / test / src / testing / board / __init__.py
index 03f6f31a30b2ab8dcbe94359fbb6c89d2a020f68..73852cec8af75302b2b191c4e0e994d908ff0677 100644 (file)
@@ -10,7 +10,7 @@ if agnostic.board == "feather_m0_express":
     led_inverted = False
 elif agnostic.board == "feather_huzzah":
     default_pin = board.GPIO4
-    led_pin = board.GPIO0 # red led
+    led_pin = board.GPIO0  # red led
     led_hardwired = True
     led_inverted = True
 elif agnostic.board == "pyboard":
@@ -21,4 +21,4 @@ elif agnostic.board == "pyboard":
     uartTxId = "B6"
     uartRXId = "B7"
 else:
-    raise NotImplementedError("Board not supported")
\ No newline at end of file
+    raise NotImplementedError("Board not supported")