Location:
Search - c8051f020 24c02
Search list
Description: 程序是C写的关于C8051F020 对24C02的操作里面有中文注解
-procedure is written in C on the right 24C02 C8051F020 operation with a Chinese Notes
Platform: |
Size: 8345 |
Author: gjk |
Hits:
Description: 程序是C写的关于C8051F020 对24C02的操作里面有中文注解
-procedure is written in C on the right 24C02 C8051F020 operation with a Chinese Notes
Platform: |
Size: 8192 |
Author: gjk |
Hits:
Description: C8051F系列单片机BTF020多功能板的24C02控制程序,还有其他的一些功能控制的程序也很实用-C8051F MCU 24C02 board BTF020 multi-function control procedures, there are other some of the features of the control procedures is also very practical
Platform: |
Size: 8192 |
Author: 涂海书 |
Hits:
Description: C8051f020读写铁电24C02 ,随几读写,功能很强大。-C8051f020 read write 24c02
Platform: |
Size: 8192 |
Author: 梁焕兵 |
Hits:
Description: c8051f020读写24C02存储器程序-24C02 memory read and write procedures c8051f020
Platform: |
Size: 8192 |
Author: 李龙 |
Hits:
Description: 应用C8051F020单片机驱动外部ROM 24C02-C8051F020 single chip application-driven external ROM 24C02
Platform: |
Size: 8192 |
Author: wangfang |
Hits:
Description: 实用的c8051f020源码 已编译通过-C8051f020 useful source has been compiled through the
Platform: |
Size: 8192 |
Author: 楼国晟 |
Hits:
Description: C8051F020单片机驱动AT24C02芯片,包括所有源代码-C8051F020 MCU-driven AT24C02 chips, including all the source code
Platform: |
Size: 19456 |
Author: 彭建 |
Hits:
Description: 此为C8051F020单片机开发的各种程序合集,用KEIL环境测试通过。内含FFT单片机实现程序,可实现不同点数fft的计算;有IIC总线操作程序,可通过IIC总线对24C02芯片读写;有实现串口通信的程序,利用UART与PC通信;有实现外接LCD1602显示的程序及按键控制程序;有利用DA实现简易信号发生器的DAC程序和实现内部温度采集的ADC程序。-This rar contain several programs of C8051F020.I test them in KEIL and they can be compiled successfully.it contains FFT in SCM, IIC BUS control, UART communication with PC, LCD and key control, DAC and ADC programs.
Platform: |
Size: 37888 |
Author: yf |
Hits:
Description: 存储器AT24C02开发程序,基于单片机C8051F020的程序-Memory AT24C02 development process, the procedure based on C8051F020 MCU
Platform: |
Size: 8192 |
Author: wler |
Hits:
Description: c8051f020开发板上的24c02程序-c8051f020 program development board 24c02
Platform: |
Size: 8192 |
Author: lzw |
Hits:
Description: 基于c8051f020的读写24C02.rar-Read and write 24C02.rar based c8051f020
Platform: |
Size: 25600 |
Author: zhangpan |
Hits:
Description: C8051F020读写24C256的keil c51程序-C8051F020 literacy 24C256 the keil c51 procedures
Platform: |
Size: 55296 |
Author: 田甜 |
Hits:
Description: C8051的SMBUS程序,
void main (void)
{
system_initial();
delay_nus(100);
i=0x10;
sla=CHIP_A;
for (j=0;j<0x40;j++) // 向24C02的000地址依次写入64个数据,
{ // 64个数据的数值从10H---4FH
smbus_send(sla, j, i,0x01); // 写入AT24C02
i++;
}
for (j=0;j<0x40;j++) // 从24C02的00地址依次连续读出64个数据,
{ // 64个数据的数值应该是从10H---3FH(连续存放)
check=smbus_read(sla, j,0x01);
DATA1[j]=check; // 读出来的数据依次连续存入数组DATA[]中
}
delay_nms(1000);
while(1);
}
Platform: |
Size: 2776 |
Author: justin_ses@163.com |
Hits:
Description: c8051f020的24c02程序,经测试验证可以使用。-c8051f020 of 24c02 procedures, verified by testing can be used.
Platform: |
Size: 8192 |
Author: 王昌金 |
Hits: