亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

您現在的位置是:蟲蟲下載站 > 資源下載 > 單片機編程 > 24c01a的讀寫程序

24c01a的讀寫程序

  • 資源大小:30 K
  • 上傳時間: 2013-12-23
  • 上傳用戶:zhou28
  • 資源積分:2 下載積分
  • 標      簽: 24c01a 讀寫程序

資 源 簡 介

#include <at24c01a.h>
/*******************************************
******
向24C01A寫入一個字節
輸入:E2ROM地址,字節數據
************************************************
******/
void write24c01a(uchar uadd_1,uchar udata_1)
{
sendbyte=0xa0;
start();
send(sendbyte);
if (!ack())
continue;
send(uadd_1);
if (!ack())
continue;
send(udata_1)
if (!ack())
continue;
stop();
}
/**********************************
發送開始
*****************************************/
void start(void)
{
a_scl=1;
a_sda=1;
a_sda=0;
a_scl=0;
a_scl=1;
}
/********************************************
發送停止
*******************************************/
void stop(void)
{
a_scl=0;
a_sda=0;
a_scl=1;
a_sda=1;
}
/*********************************************
發送反饋
************************************************
/
bit ack(void)
{
int a_ack
a_scl=0;
a_scl=0;
a_scl=0;
a_scl=1;
a_ack=a_sda;
a_scl=0;
return(a_ack)
}
/*************************************
*
發送無反饋
********************************************/
bit noack(void)
{
int a_ack;
a_scl=1;
a_scl=1;
a_scl=0;
}
/******************************************
*
發送
****************************************************
/
void send(uchar  undata)
{
uchar i;
sendbyte=undata
for(i=8;i>0;i--)
{
a_sda=sendbyte7;
a_scl=0;
a_scl=1;
sendbyte=sendbyte<<1
}
}
/********************************************
接受
****************************************************
/
void   receive(void)
{
int i;
uchar data;
for(i=8;i>0;i--)
{ a_scl=1;
receivebyte7=a_sda;
a_scl=0;
receivebyte=receivebyte>>1
}
receivedata=receivebyte;
}
/*******************************************
*
向 24c01a讀一個字節;
輸入:EEROM地址;
輸出:EEROM數據;
********************************************/
void read24c01a(uchar  counter)
{
receivebyte=0xa1;
start();
send(receivebyte);
if (!ack())
continue;
send(counter);
if (!ack())
continue;
receive()
noack();
stop();
}

相 關 資 源

主站蜘蛛池模板: 珲春市| 江北区| 定日县| 明光市| 齐河县| 日土县| 郓城县| 佳木斯市| 清水河县| 纳雍县| 铜梁县| 那坡县| 连南| 历史| 湘西| 平定县| 孙吴县| 滁州市| 交口县| 昔阳县| 富宁县| 古丈县| 勃利县| 大姚县| 锡林浩特市| 阜宁县| 玉溪市| 辽源市| 龙海市| 舞钢市| 丹棱县| 元江| 凉城县| 乐东| 二连浩特市| 翁牛特旗| 涞水县| 化德县| 武胜县| 牡丹江市| 遵义市|