Board specific configuration for the Adafruit Feather nRF52840 Express.  
More...
Board specific configuration for the Adafruit Feather nRF52840 Express. 
- Author
 - Martine S. Lenders m.len.nosp@m.ders.nosp@m.@fu-b.nosp@m.erli.nosp@m.n.de 
 
Definition in file board.h.
#include "cpu.h"
#include "board_common.h"
#include "periph/gpio.h"
 
Go to the source code of this file.
◆ BTN0_MODE
      
        
          | #define BTN0_MODE   GPIO_IN_PU | 
        
      
 
 
◆ BTN0_PIN
◆ LED0_MASK
      
        
          | #define LED0_MASK   (1 << 15) | 
        
      
 
 
◆ LED0_OFF
      
        
          | #define LED0_OFF   (LED_PORT->OUTCLR = LED0_MASK) | 
        
      
 
 
◆ LED0_ON
      
        
          | #define LED0_ON   (LED_PORT->OUTSET = LED0_MASK) | 
        
      
 
 
◆ LED0_PIN
◆ LED0_TOGGLE
      
        
          | #define LED0_TOGGLE   (LED_PORT->OUT   ^= LED0_MASK) | 
        
      
 
 
◆ LED1_MASK
      
        
          | #define LED1_MASK   (1 << 10) | 
        
      
 
 
◆ LED1_OFF
      
        
          | #define LED1_OFF   (LED_PORT->OUTCLR = LED1_MASK) | 
        
      
 
 
◆ LED1_ON
      
        
          | #define LED1_ON   (LED_PORT->OUTSET = LED1_MASK) | 
        
      
 
 
◆ LED1_PIN
◆ LED1_TOGGLE
      
        
          | #define LED1_TOGGLE   (LED_PORT->OUT   ^= LED1_MASK) | 
        
      
 
 
◆ LED_MASK
      
        
          | #define LED_MASK   (LED0_MASK | LED1_MASK) | 
        
      
 
 
◆ LED_PORT
      
        
          | #define LED_PORT   (NRF_P1) | 
        
      
 
 
◆ MTD_0
MTD device for the external 2MB flash. 
Definition at line 60 of file board.h.
 
 
◆ WS281X_PARAM_NUMOF
      
        
          | #define WS281X_PARAM_NUMOF   (1U) | 
        
      
 
Number of LEDs chained. 
Definition at line 74 of file board.h.
 
 
◆ WS281X_PARAM_PIN
      
        
          | #define WS281X_PARAM_PIN   GPIO_PIN(0, 16) | 
        
      
 
GPIO pin connected to the data pin of the first LED. 
Definition at line 71 of file board.h.