📄 mcucomm.c
字号:
/******************************************************************************/
/* FILENAME: MCUcomm.c */
/* This file is the function to use to tansmit/receive data */
/* to/from MCU. */
/*这部分必须讨论好MCU与DSP的通信协议.待写 */
/* ----------------------------------------------------------------------------*/
/* Copyright (C) 2008 WJS */
/* All Rights Reserved. */
/* ============================================================================*/
#include "mcu.h"
void MCUUartPrintf1(char * UPBuffer, int transCount)
{
char regValue;
int iUP=0;
while(iUP!=transCount)
{
}
delay(lcdDelay);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -