找回密码
 注册会员
更新自动建库工具PCB Footprint Expert 2024.04 Pro / Library Expert 破解版

请大家帮个忙:为什么我写tlc2543时,让它在12864上显示时它一直

[复制链接]
admin 发表于 2012-9-2 09:31:59 | 显示全部楼层 |阅读模式

本文包含原理图、PCB、源代码、封装库、中英文PDF等资源

您需要 登录 才可以下载或查看,没有账号?注册会员

×
:为什么我写tlc2543时,让它在12864上显示时,它一直显示4095?
是不是我的代码出错了?请大家帮忙看看,
我的代码如下:
uint read_2543(uchar port)
{
uint i,ad=0;
sclk_2543=0;
delay_ms(1);
cs_2543=1;
delay_ms(1);
cs_2543=0;
delay_ms(1);
port<<=4;
for(i=0;i<12;i++)
{
if(ad_dout) ad|=0x01;
ad_din=(bit)(port&0x80);
sclk_2543=1;
delay2(3);
sclk_2543=0;
delay2(3);
port<<=1;
ad<<=1;

}
cs_2543=1;
ad>>=1;
return ad;
}
*滑块验证:
您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

QQ|手机版|MCU资讯论坛 ( 京ICP备18035221号-2 )|网站地图

GMT+8, 2024-11-24 13:54 , Processed in 0.048940 second(s), 10 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表