board.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2015 Hamburg University of Applied Sciences
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
18 #include <stdint.h>
19 
20 #include "cpu.h"
21 #include "periph_conf.h"
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
31 #define LED0_PIN_NUM 3
32 #define LED0_PORT GPIO_PORT_C
33 #define LED0_PORT_NUM PORT_C
40  #define XTIMER_WIDTH (16U)
47 #define LIS3MDL_PARAM_I2C (I2C_DEV(1))
48 #define LIS3MDL_PARAM_ADDR (0x28)
51 #ifdef __cplusplus
52 }
53 #endif
54 
55 #include "stm32_leds.h"
56 
Peripheral MCU configuration for the Zigduino board.
Common LED macros.