This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/examples/usb/usb2uart/dev_cfg.h

7 lines
116 B
C
Raw Normal View History

#ifndef DEV_CFG_H
#define DEV_CFG_H
#define UART_DTR_PIN GPIO_PIN_22
#define UART_RTS_PIN GPIO_PIN_21
#endif