Skip to content

Commit

Permalink
Merge pull request #6105 from prplz/seeed-xiao-ble-status-led
Browse files Browse the repository at this point in the history
Seeed_XIAO_nRF52840_Sense: Enable rgb status LED
  • Loading branch information
tannewt authored Mar 2, 2022
2 parents 83cdfc4 + 9ad50df commit 953745f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ports/nrf/boards/Seeed_XIAO_nRF52840_Sense/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 953745f

Please sign in to comment.