includes.h

来自「摩托车的步进电机驱动。用的是LPC900系列单片机的RTC定时器」· C头文件 代码 · 共 42 行

H
42
字号
    /*
*********************************************************************************************************
*                                                uC/OS-II
*                                          The Real-Time Kernel
*
*                        (c) Copyright 1992-1998, Jean J. Labrosse, Plantation, FL
*                                           All Rights Reserved
*
*                                           MASTER INCLUDE FILE
*********************************************************************************************************
*/


//#ifndef __INCLUDES__
//#define __INCLUDES__

#include	<reg931.h>

//#include    <stdio.h>
#include    <string.h>
#include    <ctype.h>
#include    <stdlib.h>
#include    <math.h>
#include    <Absacc.h>
#include    <intrins.h>

//typedef unsigned char  INT8U;                    /* Unsigned  8 bit quantity                           */
//typedef signed   char  INT8S;                    /* Signed    8 bit quantity                           */
//typedef unsigned int   INT16U;                   /* Unsigned 16 bit quantity                           */
//typedef signed   int   INT16S;                   /* Signed   16 bit quantity                           *//
//typedef unsigned long  INT32U;                   /* Unsigned 32 bit quantity                           */

#include "OS_CPU.H"
//#include "VI2C_C51.H"
//#include "PCF8576.H"
//#include "get_ADC.H"
//#include "ZLG7289.H"
//#include "Display.H"
#include "SysClock.h"
#include "EPPHAL.H"
//#include "DataDeal.h"
//#include "iap_lite.h"

⌨️ 快捷键说明

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