Board specific configuration for the nRF52840-Dongle.  
More...
Board specific configuration for the nRF52840-Dongle. 
- Author
 - Christian Amsüss chrys.nosp@m.n@fs.nosp@m.fe.or.nosp@m.g 
 
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(1, 6) | 
|   | The button labelled SW1.  
  | 
|   | 
| #define  | BTN0_MODE   GPIO_IN_PU | 
|   | The GPIO pin mode of the button labelled SW1.  
  | 
|   | 
◆ BTN0_MODE
      
        
          | #define BTN0_MODE   GPIO_IN_PU | 
        
      
 
The GPIO pin mode of the button labelled SW1. 
Definition at line 84 of file board.h.
 
 
◆ BTN0_PIN
The button labelled SW1. 
Definition at line 82 of file board.h.
 
 
◆ LED0_OFF
Disable LD1. 
Definition at line 50 of file board.h.
 
 
◆ LED0_ON
Enable LD1. 
Definition at line 48 of file board.h.
 
 
◆ LED0_PIN
The LED labelled LD1. 
Definition at line 31 of file board.h.
 
 
◆ LED0_TOGGLE
Toggle LD1. 
Definition at line 52 of file board.h.
 
 
◆ LED1_OFF
Disable LD2's red channel. 
Definition at line 57 of file board.h.
 
 
◆ LED1_ON
Enable LD2's red channel. 
Definition at line 55 of file board.h.
 
 
◆ LED1_PIN
The red channel of the LED labelled LD2. 
Definition at line 34 of file board.h.
 
 
◆ LED1_TOGGLE
Toggle LD2's red channel. 
Definition at line 59 of file board.h.
 
 
◆ LED2_OFF
Disable LD2's green channel. 
Definition at line 64 of file board.h.
 
 
◆ LED2_ON
Enable LD2's green channel. 
Definition at line 62 of file board.h.
 
 
◆ LED2_PIN
The green channel of the LED labelled LD2. 
Definition at line 36 of file board.h.
 
 
◆ LED2_TOGGLE
Toggle LD2's green channel. 
Definition at line 66 of file board.h.
 
 
◆ LED3_OFF
Disable LD2's blue channel. 
Definition at line 71 of file board.h.
 
 
◆ LED3_ON
Enable LD2's blue channel. 
Definition at line 69 of file board.h.
 
 
◆ LED3_PIN
The blue channel of the LED labelled LD2. 
Definition at line 38 of file board.h.
 
 
◆ LED3_TOGGLE
Toggle LD2's blue channel. 
Definition at line 73 of file board.h.