func_mu_cu_swap.h
来自「2.4G无线音箱的接收程序,采用ATMEGA8单片机和STS公司的无线模块完成」· C头文件 代码 · 共 37 行
H
37 行
/******************************************************************************
*
* Purpose: MU_CU_Swap Functions
*
* Creator: Jeremy Yew
*
* Version: $Revision: 2 $
*
* File Name: $Workfile: Func_MU_CU_Swap.h $
*
* Author: Jeremy Yew
*
* Check in: $Author: Paul $
*
* The information is provided 揳s is?without any express or implied warranty
* of any kind, * including warranties of merchantability, noninfringement of
* intellectual property, or fitness for any particular purpose. In no event sha
* Wireless Sound Solutions and/or its affiliate companies, or its suppliers be
* liable for any damages whatsoever arising out of the use of or inability to
* use the information or the materials. Wireless Sound Solutions, its affiliate
* companies, and its suppliers further do not warrant the accuracy or
* completeness of information, text, graphics, or other items contained within
* materials. Wireless Sound Solutions, Inc., may make changes to materials, or
* the products described within, at any time, without notice.
* 2007 Wireless Sound Solutions. All rights reserved. Wireless Sound Solutions
* STS and STS-wireless are trademarks of Wireless Sound Solutions.
******************************************************************************/
#ifndef TX_RX_SWAP_H
#define TX_RX_SWAP_H
void Handle_MU_CU_Swap_MainLoop (void);
void Handle_MU_CU_Swap_RXMsg(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?