Board specific configuration for Adafruit ItsyBitsy nRF52840.
More...
Board specific configuration for Adafruit ItsyBitsy nRF52840.
- Author
- Bruno Chianca bruno.nosp@m.bcf@.nosp@m.gmail.nosp@m..com
Definition in file board.h.
#include "cpu.h"
#include "board_common.h"
#include "periph/gpio.h"
Go to the source code of this file.
|
#define | BTN0_PIN GPIO_PIN(0, 29) |
| The button labelled SW1.
|
|
#define | BTN0_MODE GPIO_IN_PU |
| The GPIO pin mode of the button labelled SW1.
|
|
◆ APA102_PARAM_CLK_PIN
#define APA102_PARAM_CLK_PIN GPIO_PIN(1, 9) |
◆ APA102_PARAM_DATA_PIN
#define APA102_PARAM_DATA_PIN GPIO_PIN(0, 8) |
◆ APA102_PARAM_LED_NUMOF
#define APA102_PARAM_LED_NUMOF (1) |
◆ BTN0_MODE
#define BTN0_MODE GPIO_IN_PU |
The GPIO pin mode of the button labelled SW1.
Definition at line 69 of file board.h.
◆ BTN0_PIN
The button labelled SW1.
Definition at line 67 of file board.h.
◆ LED0_OFF
Disable LD1.
Definition at line 47 of file board.h.
◆ LED0_ON
Enable LD1.
Definition at line 45 of file board.h.
◆ LED0_PIN
The LED labelled LD1.
Definition at line 35 of file board.h.
◆ LED0_TOGGLE
Toggle LD1.
Definition at line 49 of file board.h.