Merge pull request #6105 from prplz/seeed-xiao-ble-status-led

Seeed_XIAO_nRF52840_Sense: Enable rgb status LED
This commit is contained in:
Scott Shawcroft 2022-03-02 10:09:57 -08:00 committed by GitHub
commit 953745f69a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -52,3 +52,8 @@
#define DEFAULT_UART_BUS_RX (&pin_P1_12)
#define DEFAULT_UART_BUS_TX (&pin_P1_11)
#define CIRCUITPY_RGB_STATUS_INVERTED_PWM
#define CIRCUITPY_RGB_STATUS_R (&pin_P0_26)
#define CIRCUITPY_RGB_STATUS_G (&pin_P0_30)
#define CIRCUITPY_RGB_STATUS_B (&pin_P0_06)