/****************************************Copyright (c)**********************************************************************************************************************************************************/#ifndef __CONFIG_H_INCLUDE__ #define __CONFIG_H_INCLUDE__#include <lpc21xx.h> #include <stdio.h>#ifndef TRUE#define TRUE 1#endif#ifndef FALSE#define FALSE 0#endiftypedef unsigned char uint8; /* defined for unsigned 8-bits integer variable */
arm开发常用全局配置文件config h
最新推荐文章于 2024-08-28 10:10:08 发布