nrf5/boards: Enable PWM module and epaper display module in pca10056 board config.

This commit is contained in:
Glenn Ruben Bakke 2017-01-09 19:44:31 +01:00
parent 1208970f6c
commit dd7007240c
1 changed files with 2 additions and 2 deletions

View File

@ -30,11 +30,11 @@
#define MICROPY_HW_MCU_NAME "NRF52840" #define MICROPY_HW_MCU_NAME "NRF52840"
#define MICROPY_PY_SYS_PLATFORM "nrf52840-PDK" #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_MACHINE_SPI (1)
#define MICROPY_PY_DISPLAY (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_PY_DISPLAY_LCD_ILI9341 (1)
#define MICROPY_HW_HAS_SWITCH (0) #define MICROPY_HW_HAS_SWITCH (0)