stxetx.h

来自「avr cpu 库源代码 对avr单片机编程很有帮助」· C头文件 代码 · 共 18 行

H
18
字号
/*! \file stxetx.h \brief STX/ETX Packet Protocol Implementation Library. */
//*****************************************************************************
//
// File Name	: 'stxetx.h'
// Title		: STX/ETX Packet Protocol Implementation Library
// Author		: Pascal Stang - Copyright (C) 2002-2003
// Created		: 10/9/2002
// Revised		: 02/10/2003
// Version		: 0.1
// Target MCU	: any
// Editor Tabs	: 4
//
///	\ingroup general
/// \defgroup stxetx STX/ETX Packet Protocol Library (stxetx.c)
/// \code #include "stxetx.h" \endcode
/// \par Overview
///		This library provides functions needed to transmit and receive STX/ETX
///	packets over any interface which can send and receive bytes.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?