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:
parent
0272c8f44c
commit
bcce9357c2
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user