登录
首页 » 嵌入式系统 » 单片机实验板完整资料(PCB),包括PCB原理图、单片机技术基础教程与实践书的实验电路板、STC89C51安装图、89S51实验板的一些说明。介绍详细,适合初学...

单片机实验板完整资料(PCB),包括PCB原理图、单片机技术基础教程与实践书的实验电路板、STC89C51安装图、89S51实验板的一些说明。介绍详细,适合初学...

于 2023-08-11 发布 文件大小:309.56 kB
0 97
下载积分: 2 下载次数: 1

代码说明:

单片机实验板完整资料(PCB),包括PCB原理图、单片机技术基础教程与实践书的实验电路板、STC89C51安装图、89S51实验板的一些说明。介绍详细,适合初学者。-Complete information Microcontroller Experiment board (PCB), including the PCB schematics, single-chip microcomputer-based tutorial and practice test book, circuit boards, STC89C51 installation diagram, 89S51 experiment board some of the instructions. Describes in detail, suitable for beginners.

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

发表评论

0 个回复

  • FLASH文件的源码,Flash memory is a nonvolatile memory, which allows the user to e...
    FLASH文件系统的源码,Flash memory is a nonvolatile memory, which allows the user to electrically program (write) and erase information. The exponential growth of flash memory has made this technology an indispensable part of hundreds of millions of electronic devices. Flash memory has several significant differences with volatile (RAM) memory and hard drive technologies which requires unique software drivers and file systems. This paper provides an overview of file systems for flash memory and focuses on the unique software requirements of flash memory devices. -FLASH file system source code, Flash memory is a nonvolatile memory, which allows the user to electrically program (write) and erase information. The exponential growth of flash memory has made this technology an indispensable part of hundreds of millions of electronic devices. Flash memory has several significant differences with volatile (RAM) memory and hard drive technologies which requires unique
    2022-03-11 14:01:31下载
    积分:1
  • 基于ARM9的LINUX下的按键驱动程序,代码中有详细的注释,对于在此基础之上的二次开发或者是直接调用都非常方便!...
    基于ARM9的LINUX下的按键驱动程序,代码中有详细的注释,对于在此基础之上的二次开发或者是直接调用都非常方便!-ARM9 based LINUX keys under the driver, a detailed code of the Notes for the foundation of the second development is a direct call or very convenient!
    2022-08-14 14:03:15下载
    积分:1
  • R2S15902音频IC I2C初始化 用于音响、车载等
    R2S15902音频IC I2C初始化 用于音响、车载等 -IC I2C initialization R2S15902 audio for audio, car, etc.
    2023-02-27 16:10:04下载
    积分:1
  • 基于msp430f5438的智能自行车测速仪
    本工程是由IAR5.5编译,芯片是msp430f5438.实现功能:1.LCD12864液晶显示,并且支持多级菜单2.PWM电机驱动,模拟自行车转速3.光电传感器测速,利用pwm调速4.时间实时显示,可设置年月日,时分秒5.flash存储,保存里程数,掉电不丢失
    2022-03-16 11:25:12下载
    积分:1
  • 一个51例程集,集成了51的所有应用,对初步学习的人来说很有参考价值...
    一个51例程集,集成了51的所有应用,对初步学习嵌入式的人来说很有参考价值-51 program
    2022-06-15 09:07:11下载
    积分:1
  • 的编程
    一次性口令为安全目的锁定解锁密钥使用 OTP 消息应用银行更衣室、 汽车安全系统、 家庭安全系统的......GSM 消息发送...
    2022-08-24 18:07:15下载
    积分:1
  • 此程序为EVC编写的MIS,用于掌上电脑。是自来水公司抄表的利器...
    此程序为EVC编写的MIS系统,用于掌上电脑。是自来水公司抄表的利器-EVC this procedure for the preparation of the MIS system for handheld computers. Water Meter Reading is a tool company
    2022-03-16 00:15:19下载
    积分:1
  • 公园导游图 数据结构课程设计作业 需要的人下 功能:给出一张某公园的导游图,游客通过终端询问可知: 从某一景点到另一景点的最短路径。游客从公园大...
    公园导游图 数据结构课程设计作业 需要的人下 功能:给出一张某公园的导游图,游客通过终端询问可知: 从某一景点到另一景点的最短路径。游客从公园大门进入,选一条最佳路线,使游客可以不重复地游览各景点,最后回到出口(出口就在入口旁边)。-park guide map data structure curriculum design requires a person under functions : Zhang is a park guide map, asked tourists through the terminal known : from one attraction to another attraction of the shortest path. Park visitors from entering the gate, an election the best route, so that tourists can not repeat visit to the attractions, Finally back to exports (exports next to the entrance).
    2022-10-22 10:55:04下载
    积分:1
  • Msp430 单片机的温度
    读取温度的 msp430 单片机 ADC 的帮助。仪器: MSP 430 发射台软件: IAR 嵌入式的工作台。一份样品进行内部 1.5 v A10with 参考 Vref。软件设置 ADC10SC 开始样品 andconversion-ADC10SC 会自动清除在平等机会委员会。ADC10 内部振荡器/4 次样本 (64 x) 和转换。在主循环中 MSP430 等待 LPM0 保存 poweruntil ADC10 转换完成,ADC10_ISR 将迫使 reti 从任何 LPMx 通过循环退出。温度在摄氏存储在 IntDegC,华氏 inIntDegF。非标定温度测量从一个设备到另一个设备,将 varywith 边坡和偏移量-请参阅数据表。ACLK = n/a,是板上 = SMCLK = 默认 DCO ~1.2MHz,ADC10CLK = ADC10OSC/4
    2022-12-26 23:05:03下载
    积分:1
  • 12864液晶 SED1565驱动 仿真
    12864液晶驱动, 驱动芯片是SED1565 proteus仿真的, 程序当中采用了TWI和SPI总线来控制液晶显示, 同时学习了 12864液晶的使用, 也学习了两种总线的使用, 真是一举两得
    2022-07-27 02:42:17下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载