Skip to content

Commit

Permalink
boards/feather-nrf52840-sense: Add WS281X_PARAM_PIN
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinWeiss committed Apr 8, 2024
1 parent 8bb8c5b commit cc1ac9e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions boards/feather-nrf52840-sense/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ extern "C" {
#define LSM6DSXX_PARAM_ADDR (0x6A)
/** @} */

/**
* @name WS281x RGB LEDs configuration
* @{
*/
#ifndef WS281X_PARAM_PIN
#define WS281X_PARAM_PIN GPIO_PIN(0, 16) /**< GPIO pin connected to the data pin of the first LED */

Check warning on line 98 in boards/feather-nrf52840-sense/include/board.h

View workflow job for this annotation

GitHub Actions / static-tests

line is longer than 100 characters
#endif
/** @} */

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit cc1ac9e

Please sign in to comment.