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 6727000
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 GPIO pin connected to the data pin
* @{
*/
#ifndef WS281X_PARAM_PIN
#define WS281X_PARAM_PIN GPIO_PIN(0, 16)

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

View workflow job for this annotation

GitHub Actions / static-tests

Member WS281X_PARAM_PIN (macro definition) of file board.h is not documented.
#endif
/** @} */

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit 6727000

Please sign in to comment.