stm32f1/lib/busvoodoo_rs485.h

11 lines
351 B
C

/** BusVoodoo RS-485/422 mode (API)
* @file busvoodoo_rs485.h
* @author King Kévin <kingkevin@cuvoodoo.info>
* @date 2018
* @copyright SPDX-License-Identifier: GPL-3.0-or-later
* @note peripherals used: USART @ref busvoodoo_rs485_usart
*/
/** RS-485 mode interface definition */
extern const struct busvoodoo_mode_t busvoodoo_rs485_mode;