单片机C语言#define宏定义多条语句
2021-01-14 06:13
阅读:782
标签:end index wpc origin ogr 语法规则 文章 法规 splay 在单片机编程过程中,有时候需要反复操作多条同相语句,这时候运用#define宏定义多条语句可以大大简化编程内容。 语法规则如下: 1.宏定义单条语句: #define PI 3.14159 // 定义圆周率pi的值 2.宏定义多条语句:中间用逗号或百分号,两头加大括号。 原创文章,首发于:http://www.allchipdata.com/archives/1312 单片机C语言#define宏定义多条语句 标签:end index wpc origin ogr 语法规则 文章 法规 splay 原文地址:https://www.cnblogs.com/chengo/p/12942762.html
#define SendIIC(Data) { IICDS = Data, IICCON = 0xaf;}
上一篇:十、理解JavaBean
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:单片机C语言#define宏定义多条语句
文章链接:http://soscw.com/index.php/essay/41652.html
文章标题:单片机C语言#define宏定义多条语句
文章链接:http://soscw.com/index.php/essay/41652.html
评论
亲,登录后才可以留言!