X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/6eb178d1ac69b29a1a5f2081515a0ac4c0e62684..a05866abcb60fe7b3d2198ed58e7f1deb82f8983:/test/src/testing/board/__init__.py diff --git a/test/src/testing/board/__init__.py b/test/src/testing/board/__init__.py index 03f6f31..73852ce 100644 --- a/test/src/testing/board/__init__.py +++ b/test/src/testing/board/__init__.py @@ -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")