/** BusVoodoo RS-232 mode * @file busvoodoo_rs232.h * @author King Kévin * @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;