Board specific definitions for the SLTB009A starter kit. More...
Board specific definitions for the SLTB009A starter kit.
Definition in file board.h.
Go to the source code of this file.
Xtimer configuration | |
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) |
VCOM interface enable pin definition | |
#define | VCOM_EN_PIN GPIO_PIN(PA, 15) |
Push button pin definitions | |
#define | PB0_PIN GPIO_PIN(PD, 5) |
#define | PB1_PIN GPIO_PIN(PD, 8) |
LED pin definitions | |
#define | LED0R_PIN GPIO_PIN(PA, 12) |
#define | LED0G_PIN GPIO_PIN(PA, 13) |
#define | LED0B_PIN GPIO_PIN(PA, 14) |
#define | LED1R_PIN GPIO_PIN(PD, 6) |
#define | LED1G_PIN GPIO_PIN(PF, 12) |
#define | LED1B_PIN GPIO_PIN(PE, 12) |
#define | LED0_PIN LED0R_PIN |
#define | LED1_PIN LED1R_PIN |
Macros for controlling the on-board LEDs | |
#define | LED0_ON gpio_set(LED0_PIN) |
#define | LED0_OFF gpio_clear(LED0_PIN) |
#define | LED0_TOGGLE gpio_toggle(LED0_PIN) |
#define | LED1_ON gpio_set(LED1_PIN) |
#define | LED1_OFF gpio_clear(LED1_PIN) |
#define | LED1_TOGGLE gpio_toggle(LED1_PIN) |
Core temperature sensor configuration | |
Connection to the on-chip temperature sensor. | |
#define | CORETEMP_ADC ADC_LINE(0) |
#define LED0_OFF gpio_clear(LED0_PIN) |
#define LED0_TOGGLE gpio_toggle(LED0_PIN) |
#define LED1_OFF gpio_clear(LED1_PIN) |
#define LED1_TOGGLE gpio_toggle(LED1_PIN) |