stm32f1/lib/busvoodoo_rs232.h

24 lines
943 B
C
Raw Normal View History

2018-04-04 17:16:20 +02:00
/* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
/** BusVoodoo RS-232 mode (API)
* @file busvoodoo_rs232.h
* @author King Kévin <kingkevin@cuvoodoo.info>
* @date 2018
2018-04-04 17:21:51 +02:00
* @note peripherals used: USART @ref busvoodoo_rs232_usart
2018-04-04 17:16:20 +02:00
*/
/** RS-232 mode interface definition */
extern const struct busvoodoo_mode_t busvoodoo_rs232_mode;