Merge pull request #3512 from UnexpectedCircuitPython/UM_S2_Boards
Removed hardware APA settings from ESP32-S2 Feather mpconfigboard.h
This commit is contained in:
commit
945f7f2a1c
@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
#define AUTORESET_DELAY_MS 500
|
#define AUTORESET_DELAY_MS 500
|
||||||
|
|
||||||
#define MICROPY_HW_APA102_MOSI (&pin_GPIO40)
|
// #define MICROPY_HW_APA102_MOSI (&pin_GPIO40)
|
||||||
#define MICROPY_HW_APA102_SCK (&pin_GPIO45)
|
// #define MICROPY_HW_APA102_SCK (&pin_GPIO45)
|
||||||
|
@ -34,5 +34,5 @@
|
|||||||
|
|
||||||
#define AUTORESET_DELAY_MS 500
|
#define AUTORESET_DELAY_MS 500
|
||||||
|
|
||||||
#define MICROPY_HW_APA102_MOSI (&pin_GPIO40)
|
// #define MICROPY_HW_APA102_MOSI (&pin_GPIO40)
|
||||||
#define MICROPY_HW_APA102_SCK (&pin_GPIO45)
|
// #define MICROPY_HW_APA102_SCK (&pin_GPIO45)
|
||||||
|
Loading…
Reference in New Issue
Block a user