Use the HW LED as status indicator
For me this made a rare startup failure stop, which is nonsense.
This commit is contained in:
parent
808161eaab
commit
90894014a2
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user