Skip to content

Commit

Permalink
fix dotstar for Gemma_M0 in CP3.0
Browse files Browse the repository at this point in the history
Uncomment lines in mpconfigport.h for gemma_m0 to allow dotstar access.  same issue as micropython#514 for trinket_m0
  • Loading branch information
jerryneedell committed Mar 15, 2018
1 parent f173d45 commit 04b4026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/atmel-samd/boards/gemma_m0/mpconfigboard.h
@@ -1,8 +1,8 @@
#define MICROPY_HW_BOARD_NAME "Adafruit Gemma M0"
#define MICROPY_HW_MCU_NAME "samd21e18"

// #define MICROPY_HW_APA102_MOSI (&pin_PA00)
// #define MICROPY_HW_APA102_SCK (&pin_PA01)
#define MICROPY_HW_APA102_MOSI (&pin_PA00)
#define MICROPY_HW_APA102_SCK (&pin_PA01)

// #define CIRCUITPY_BITBANG_APA102

Expand Down

0 comments on commit 04b4026

Please sign in to comment.