Board specific definitions for the STK3700 starter kit.
More...
#include "cpu.h"
#include "periph_conf.h"
#include "periph/adc.h"
#include "periph/gpio.h"
#include "periph/spi.h"
Go to the source code of this file.
|
void | board_init (void) |
| Initialize the board (GPIO, sensors, clocks).
|
|
|
The timer runs at 250 kHz to increase accuracy, or at 32.768 kHz if LETIMER is used.
|
#define | XTIMER_DEV (TIMER_DEV(0)) |
|
#define | XTIMER_HZ (250000UL) |
|
#define | XTIMER_WIDTH (16) |
|
#define | XTIMER_CHAN (0) |
|
|
Define the GPIO pin to enable the BC, to allow serial communication via the USB port.
|
#define | BC_PIN GPIO_PIN(PF, 7) |
|
|
Connection to the on-chip temperature sensor.
|
#define | CORETEMP_ADC ADC_LINE(0) |
|