登录
首页 » SCM » c8051f020 i2c simple application

c8051f020 i2c simple application

于 2022-01-31 发布 文件大小:466.53 kB
0 152
下载积分: 2 下载次数: 1

代码说明:

c8051f020 i2c 的简单应用-c8051f020 i2c simple application

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 单片机AT90S系列 制作简易USB接口(软件模拟,无usb硬件)。installstep
    单片机AT90S系列 制作简易USB接口(软件模拟,无usb硬件)。installstep- Monolithic integrated circuit AT90S series manufacture simple USB connection (software simulation, non- usb hardware). Installstep
    2023-07-31 03:40:03下载
    积分:1
  • RTC8563时钟芯片的读写程序,大家共享。
    RTC8563时钟芯片的读写程序,大家共享。
    2023-01-08 21:15:03下载
    积分:1
  • 基于MCS
    基于MCS- 51 单片机的洗衣控制系统, 控制面板由按键、指示灯和LED 显示器组成。 按键选择洗衣机工作方式, 指示灯配合按键工作, LED 显示器则显示洗衣机洗涤和脱水时 间。洗衣机的整体电路模块包括键盘矩阵、指示灯、电动机控制及电源电路。控制程序设计 包括定时中断服务程序、外中断服务程序及主程序。-Based on MCS-51 SCM laundry control system, control panel by the button, LED indicator light and display components. Button to choose washing machines work, light work with the button, LED display shows time washing machine washing and dehydration. Washing the overall circuit module includes a keyboard matrix, light, motor control and power circuit. Control program design includes interrupt service routine from time to time, outside the interrupt service routine and the main program.
    2022-09-08 13:40:02下载
    积分:1
  • 完整的小车控制程序,包括上位机和下位机两大部分,实现对小车的自动寻线和遥操作,上位机采用vc编写,包括串口通信和键盘响应两大部分,实现了利用电脑键盘对小车的实时...
    完整的小车控制程序,包括上位机和下位机两大部分,实现对小车的自动寻线和遥操作,上位机采用vc编写,包括串口通信和键盘响应两大部分,实现了利用电脑键盘对小车的实时控制,程序都调试成功,并有程序说明文挡。-integrity of the trolley control procedures, including upper and lower machine parts, Implementation of the trolley line and automatically searching remote operation, PC using vc preparation, including the serial communications and keyboard response to two majority, we can use the computer keyboard to a small real-time control, Commissioning procedures are successful, and description of the procedures for the text block.
    2022-04-28 17:11:07下载
    积分:1
  • 9S12DT128B sci 模块介绍 英文
    9S12DT128B sci 模块介绍 英文-Introduction Module 9S12DT128B sci English
    2022-03-01 19:22:37下载
    积分:1
  • KEILC51 skills and the use of combat is on an Intel 80C51 and a vast 51 Microcon...
    KEILC51使用技巧及实战 是一本关于Intel 80C51 以及广大的51 系列单片机的书这本书介绍给读者一些新的技术使你的8051 工程和开发过程变得简单请-KEILC51 skills and the use of combat is on an Intel 80C51 and a vast 51 Microcontroller series of books on this book to give readers some new technology to make your 8051 projects and the development process becomes simple request
    2022-05-18 05:24:48下载
    积分:1
  • MSP430单片机MSP430F1121和液晶驱动芯片PCF8576的连接程序,和方向。
    MSP430单片机MSP430F1121与液晶驱动芯片PCF8576的连接程序,与大家共享采用静态驱动模式,F1121通过模拟IIC与PCF8576连接,程序稍为修改就可以移植到89C51。-MSP430 MSP430F1121 with LCD driver chips PCF8576 connectivity procedures, and share use of the static-driven model, the F1121 through simulation with the IIC PCF8576 connectivity, slightly amended procedures can be transplanted to 89C51.
    2022-03-21 12:02:50下载
    积分:1
  • 基于altera公司的cycloneIII_3c25_niosII的应用程序软件,是altera公司提供的标准例程,里面包含sd卡的读写,位图在lcd的显示等。...
    基于altera公司的cycloneIII_3c25_niosII的应用程序软件,是altera公司提供的标准例程,里面包含sd卡的读写,位图在lcd的显示等。-On altera" s cycloneIII_3c25_niosII application software, is provided by altera standard routines, which contains the sd card reader, lcd display bitmaps and so on.
    2022-04-25 17:06:21下载
    积分:1
  • With memory function
    带有存储器功能的数字温度计-DS1624技术应用-With memory function-DS1624 digital thermometer Technology
    2022-07-15 23:00:32下载
    积分:1
  • 1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。 2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。 3. 支持半双...
    1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。 2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。 3. 支持半双工通讯。收、发波特率相同。 4. 应把定时器中断优先级设置为最高级。 5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区), 待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的 能力和简化程序。实际应用中应防止缓冲区溢出。 6. 由接收转换到发送时要先调用 soft_send_enable (); 由发送转换到接收时要先调用 soft_receive_enable ()。 7. 发送最后一个字节后如果要立刻转为接收,必须等待最后一个字节后发送完毕 while ( rs_f_TI == 0) // 等待最后一个字节发送完毕-err
    2022-06-19 08:35:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载