[STC单片机] test

[复制链接]
 楼主| 刺客_阿瑞 发表于 2017-1-6 13:54 | 显示全部楼层 |阅读模式

<div class="blockcode"><blockquote>#include <string.h>
#include "common.h"
#include "LCD1602.h"
void main(void)
{
        UB8 i ;
        UB8 author[] = "Author:YangRui" ;
        Lcd1602Init();
        for(i=0 ; i<sizeof(author)-1 ; i++)
        {
        Lcd1602AddressWriteByte(LCD1602_ROW0,i,author);
        }
        Lcd1602AddressWriteString(LCD1602_ROW1,0,"QQ:279729201") ;
        while(1);
}</blockquote></div><br />
阿飞507 发表于 2017-1-6 14:13 | 显示全部楼层
这是什么意思?
 楼主| 刺客_阿瑞 发表于 2017-1-6 15:31 | 显示全部楼层

是这样的,我粘贴代码,同样的代码,一会儿允许粘贴,一会儿又提醒“无权插入URL连接”,我只是测试一下,一直找不到原因啊,您知道吗 ?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

7

主题

26

帖子

0

粉丝
快速回复 在线客服 返回列表 返回顶部

7

主题

26

帖子

0

粉丝
快速回复 在线客服 返回列表 返回顶部