Use the HW LED as status indicator

For me this made a rare startup failure stop, which is nonsense.
This commit is contained in:
Jeff Epler 2022-12-12 19:43:10 -06:00
parent 808161eaab
commit 90894014a2
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -4,5 +4,7 @@
#define CIRCUITPY_DIGITALIO_HAVE_INVALID_PULL (1)
#define CIRCUITPY_DIGITALIO_HAVE_INVALID_DRIVE_MODE (1)
#define MICROPY_HW_LED_STATUS (&pin_CYW0)
#define CIRCUITPY_BOARD_I2C (1)
#define CIRCUITPY_BOARD_I2C_PIN {{.scl = &pin_GPIO5, .sda = &pin_GPIO4}}