probe_rs232c.h

来自「飞思卡尔HCS12的OS移植(ucosII),实现了三个任务,IDE:CODEW」· C头文件 代码 · 共 37 行

H
37
字号
/*
*********************************************************************************************************
*                                      uC/Probe Communication
*
*                           (c) Copyright 2007; Micrium, Inc.; Weston, FL
*
*               All rights reserved.  Protected by international copyright laws.
*               Knowledge of the source code may NOT be used to develop a similar product.
*               Please help us continue to provide the Embedded community with the finest
*               software available.  Your honesty is greatly appreciated.
*********************************************************************************************************
*/

/*
*********************************************************************************************************
*
*                                              uC/Probe
*
*                                      Communication: RS-232
*                                  Port for the Freescale MC9S12
*
* Filename      : probe_rs232c.h
* Version       : V1.00
* Programmer(s) : Eric Shufro
*********************************************************************************************************
*/

#ifndef  __PROBE_RS232C_H__
#define  __PROBE_RS232C_H__






#endif

⌨️ 快捷键说明

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