Skip to content

Commit 04b4026

Browse files
authored
fix dotstar for Gemma_M0 in CP3.0
Uncomment lines in mpconfigport.h for gemma_m0 to allow dotstar access. same issue as adafruit#514 for trinket_m0
1 parent f173d45 commit 04b4026

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ports/atmel-samd/boards/gemma_m0/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#define MICROPY_HW_BOARD_NAME "Adafruit Gemma M0"
22
#define MICROPY_HW_MCU_NAME "samd21e18"
33

4-
// #define MICROPY_HW_APA102_MOSI (&pin_PA00)
5-
// #define MICROPY_HW_APA102_SCK (&pin_PA01)
4+
#define MICROPY_HW_APA102_MOSI (&pin_PA00)
5+
#define MICROPY_HW_APA102_SCK (&pin_PA01)
66

77
// #define CIRCUITPY_BITBANG_APA102
88

0 commit comments

Comments
 (0)