#ifndef WBR3_CONFIG_H
#define WBR3_CONFIG_H

#ifdef __cplusplus
extern "C" {
#endif

#include "nrf_gpio.h"


// TUYA definitions
#define TUYA_UART_RX    NRF_GPIO_PIN_MAP(0,1)
#define TUYA_UART_TX    NRF_GPIO_PIN_MAP(0,5)


#ifdef __cplusplus
}
#endif

#endif // WBR3_CONFIG_H
