From dd7007240ccb0c8733c436a610680e6b8b871405 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Mon, 9 Jan 2017 19:44:31 +0100 Subject: [PATCH] nrf5/boards: Enable PWM module and epaper display module in pca10056 board config. --- nrf5/boards/pca10056/mpconfigboard.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nrf5/boards/pca10056/mpconfigboard.h b/nrf5/boards/pca10056/mpconfigboard.h index 4ffd372d81..7142d23a5f 100644 --- a/nrf5/boards/pca10056/mpconfigboard.h +++ b/nrf5/boards/pca10056/mpconfigboard.h @@ -30,11 +30,11 @@ #define MICROPY_HW_MCU_NAME "NRF52840" #define MICROPY_PY_SYS_PLATFORM "nrf52840-PDK" -#define MICROPY_PY_MACHINE_PWM (0) +#define MICROPY_PY_MACHINE_PWM (1) #define MICROPY_PY_MACHINE_SPI (1) #define MICROPY_PY_DISPLAY (1) -#define MICROPY_PY_DISPLAY_EPAPER_SLD00200P (0) +#define MICROPY_PY_DISPLAY_EPAPER_SLD00200P (1) #define MICROPY_PY_DISPLAY_LCD_ILI9341 (1) #define MICROPY_HW_HAS_SWITCH (0)