1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

boards/lorawan-explorer: add rn2483 configuration

This commit is contained in:
Alexandre Abadie 2017-09-24 19:09:04 +02:00
parent 0272c8f44c
commit bcce9357c2

View File

@ -55,6 +55,14 @@ extern "C" {
#define BTN0_MODE GPIO_IN_PU
/** @} */
/**
* @name RN2483 configuration
* @{
*/
#define RN2XX3_PARAM_UART UART_DEV(2)
#define RN2XX3_PARAM_PIN_RESET GPIO_PIN(PA, 7)
/** @} */
/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/