Merge pull request #6198 from jerryneedell/jerryn_pca10059_led

add status LED to nrf pca10059 dongle
This commit is contained in:
Scott Shawcroft 2022-03-24 14:42:19 -07:00 committed by GitHub
commit e14663c946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,3 +28,7 @@
#define MICROPY_HW_MCU_NAME "nRF52840"
#define MICROPY_HW_LED_STATUS (&pin_P0_06)
#define CIRCUITPY_RGB_STATUS_INVERTED_PWM
#define CIRCUITPY_RGB_STATUS_R (&pin_P0_08)
#define CIRCUITPY_RGB_STATUS_G (&pin_P1_09)
#define CIRCUITPY_RGB_STATUS_B (&pin_P0_12)