board.h File Reference

Board specific definitions for the QN9080DK base board. More...

Detailed Description

Board specific definitions for the QN9080DK base board.

Author
iosabi iosab.nosp@m.i@pr.nosp@m.otonm.nosp@m.ail..nosp@m.com

Definition in file board.h.

#include "cpu.h"
#include "periph_conf.h"
#include "periph_cpu.h"
+ Include dependency graph for board.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

LED configuration

#define LED_RED_PIN   GPIO_PIN(PORT_A, 31)
 
#define LED_GREEN_PIN   GPIO_PIN(PORT_A, 25)
 
#define LED_BLUE_PIN   GPIO_PIN(PORT_A, 13)
 

User buttons

#define BTN1_PIN   GPIO_PIN(PORT_A, 24)
 
#define BTN1_MODE   GPIO_IN_PU
 
#define BTN2_PIN   GPIO_PIN(PORT_A, 19)
 
#define BTN2_MODE   GPIO_IN_PU
 

MMA8652FC 3-axis accelerometer bus configuration

The MMA8652FC in the QN9080DK is only available when JP11 is shorted (the factory default).

#define MMA8X5X_PARAM_I2C   I2C_DEV(0)
 
#define MMA8X5X_PARAM_ADDR   0x1D
 
#define MMA8X5X_PARAM_TYPE   (MMA8X5X_TYPE_MMA8652)
 

MTD configuration

#define MTD_0   mtd_dev_get(0)