summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-05-23 18:21:07 -0400
committerDan Halbert <halbert@halwitz.org>2018-05-23 18:21:07 -0400
commit083f91363aee04f06cab1f4cc895a4aca185d04c (patch)
tree837ef42f618f1218b6cde680e3cedcf367a35003
parentff592ac791d041fb3cea6c08d2acd14748ed99b5 (diff)
pirkey APA102 defs were commented out in mpconfigboard.h
-rw-r--r--ports/atmel-samd/boards/pirkey_m0/mpconfigboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/atmel-samd/boards/pirkey_m0/mpconfigboard.h b/ports/atmel-samd/boards/pirkey_m0/mpconfigboard.h
index a26fd7fdd..fd4f92289 100644
--- a/ports/atmel-samd/boards/pirkey_m0/mpconfigboard.h
+++ b/ports/atmel-samd/boards/pirkey_m0/mpconfigboard.h
@@ -1,8 +1,8 @@
#define MICROPY_HW_BOARD_NAME "Adafruit pIRKey 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