Board specific definitions for the Atmega256RFR2 Xplained Pro.
More...
Board specific definitions for the Atmega256RFR2 Xplained Pro.
- Author
- Alexandre Abadie alexa.nosp@m.ndre.nosp@m..abad.nosp@m.ie@i.nosp@m.nria..nosp@m.fr
Definition in file board.h.
#include "cpu.h"
#include "periph/gpio.h"
Go to the source code of this file.
◆ BTN0_MODE
#define BTN0_MODE GPIO_IN_PU |
◆ BTN0_PIN
◆ CONFIG_ZTIMER_USEC_ADJUST_SET
#define CONFIG_ZTIMER_USEC_ADJUST_SET (132) |
◆ CONFIG_ZTIMER_USEC_ADJUST_SLEEP
#define CONFIG_ZTIMER_USEC_ADJUST_SLEEP (120) |
◆ LED0_ENABLE_PORT
#define LED0_ENABLE_PORT DDRB |= LED0_PIN |
◆ LED0_MODE
◆ LED0_OFF
#define LED0_OFF PORTB &= ~LED0_PIN |
◆ LED0_ON
#define LED0_ON PORTB |= LED0_PIN |
◆ LED0_PIN
◆ LED0_TOGGLE
#define LED0_TOGGLE PORTB ^= LED0_PIN |
◆ STDIO_UART_DEV
Use the UART 1 for STDIO on this board.
Definition at line 32 of file board.h.
◆ XTIMER_BACKOFF
#define XTIMER_BACKOFF (40) |
◆ XTIMER_HZ
#define XTIMER_HZ (250000UL) |
◆ XTIMER_WIDTH
#define XTIMER_WIDTH (16) |