Board specific definitions for the MSB-IoT board.  
More...
Board specific definitions for the MSB-IoT board. 
- Author
 - Fabian Nack nack@.nosp@m.inf..nosp@m.fu-be.nosp@m.rlin.nosp@m..de 
 
Definition in file board.h.
#include "cpu.h"
#include "periph_conf.h"
#include "stm32_leds.h"
 
Go to the source code of this file.
◆ BUTTON0_PIN
Pin of left button. 
Definition at line 64 of file board.h.
 
 
◆ BUTTON1_PIN
Pin of right button. 
Definition at line 65 of file board.h.
 
 
◆ CC110X_PARAM_CS
CS pin of CC1101. 
Definition at line 30 of file board.h.
 
 
◆ CC110X_PARAM_GDO0
GDO0 pin of CC1101. 
Definition at line 31 of file board.h.
 
 
◆ CC110X_PARAM_GDO2
GDO2 pin of CC1101. 
Definition at line 32 of file board.h.
 
 
◆ CC110X_PARAM_SPI
      
        
          | #define CC110X_PARAM_SPI   SPI_DEV(0) | 
        
      
 
SPI interface CC1101 is connected to. 
Definition at line 29 of file board.h.
 
 
◆ CC110X_PARAM_SPI_CLOCK
SPI clock (reduced to work around hw bug) 
Definition at line 33 of file board.h.
 
 
◆ LED0_PIN_NUM
Pin number of red LED. 
Definition at line 47 of file board.h.
 
 
◆ LED0_PORT
GPIO port of LED 0. 
Definition at line 48 of file board.h.
 
 
◆ LED0_PORT_NUM
Port number of red LED. 
Definition at line 49 of file board.h.
 
 
◆ LED1_PIN_NUM
Pin number of yellow LED. 
Definition at line 51 of file board.h.
 
 
◆ LED1_PORT
GPIO port of LED 1. 
Definition at line 52 of file board.h.
 
 
◆ LED1_PORT_NUM
Port number of yellow LED. 
Definition at line 53 of file board.h.
 
 
◆ LED2_PIN_NUM
Pin number of green LED. 
Definition at line 55 of file board.h.
 
 
◆ LED2_PORT
GPIO port of LED 2. 
Definition at line 56 of file board.h.
 
 
◆ LED2_PORT_NUM
Port number of green LED. 
Definition at line 57 of file board.h.
 
 
◆ MPU9X50_PARAM_COMP_ADDR
      
        
          | #define MPU9X50_PARAM_COMP_ADDR   (0x0E) | 
        
      
 
I2C address of the MPU9150. 
Definition at line 40 of file board.h.