stm32f1/lib/busvoodoo_rs232.h

11 lines
341 B
C

/** BusVoodoo RS-232 mode
* @file busvoodoo_rs232.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_rs232_usart
*/
/** RS-232 mode interface definition */
extern const struct busvoodoo_mode_t busvoodoo_rs232_mode;