Loading...
Searching...
No Matches
board.h File Reference

Board specific definitions for the limifrog-v1 board. More...

Detailed Description

Board specific definitions for the limifrog-v1 board.

Author
Katja Kirstein katja.nosp@m..kir.nosp@m.stein.nosp@m.@haw.nosp@m.-hamb.nosp@m.urg..nosp@m.de

Definition in file board.h.

#include <stdint.h>
#include "cpu.h"
#include "periph_conf.h"
#include "stm32_leds.h"
+ Include dependency graph for board.h:

Go to the source code of this file.

LED pin definitions and handlers

#define LED0_PIN_NUM   3
 
#define LED0_PORT_NUM   PORT_C
 

xtimer configuration

#define XTIMER_WIDTH   (16U)
 

Define the interface to the LIS3MDL 3-axis magnetometer

#define LIS3MDL_PARAM_I2C   (I2C_DEV(1))
 
#define LIS3MDL_PARAM_ADDR   (0x28)
 

Macro Definition Documentation

◆ LED0_PIN_NUM

#define LED0_PIN_NUM   3

Definition at line 35 of file board.h.

◆ LED0_PORT_NUM

#define LED0_PORT_NUM   PORT_C

Definition at line 36 of file board.h.

◆ LIS3MDL_PARAM_ADDR

#define LIS3MDL_PARAM_ADDR   (0x28)

Definition at line 51 of file board.h.

◆ LIS3MDL_PARAM_I2C

#define LIS3MDL_PARAM_I2C   (I2C_DEV(1))

Definition at line 50 of file board.h.

◆ XTIMER_WIDTH

#define XTIMER_WIDTH   (16U)

Definition at line 43 of file board.h.