+# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
+#
+# SPDX-License-Identifier: MIT
"""Configuration of testing fixtures depending on the board layout"""
from adafruit_blinka import agnostic
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":
uartTxId = "B6"
uartRXId = "B7"
else:
- raise NotImplementedError("Board not supported")
\ No newline at end of file
+ raise NotImplementedError("Board not supported")