⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 复件 config.h

📁 at90can128底层驱动 有SPI,TWI,总线,CAN接口等
💻 H
字号:
#ifndef _COMPILER_H_
#define _COMPILER_H_

/*头文件*/
#include <iom16v.h>
#include <macros.h>


/*数据类型定义*/
typedef unsigned char       uchar;
typedef float               Float16;

typedef unsigned char 		bit;
typedef unsigned char       Uint8;
typedef unsigned int        uint;
typedef unsigned long int   Uint32;

typedef char                Int8;
typedef int                 Int16;
typedef long int            Int32;

typedef unsigned char       Bool;
typedef unsigned char       Byte;
typedef unsigned int        Word;
typedef unsigned long int   DWord;

/*宏定义*/
#define FALSE   0
#define TRUE    1

#endif /* _COMPILER_H_ */

⌨️ 快捷键说明

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