资源列表
STCMCU_ALL_HEAD STC单片机全系列头文件
- STC单片机全系列头文件,对写STC单片机程序很有用处。-STC microcontroller full range header files, very useful.
ucOSII2Keil.rar 多任务操作系统ucOSII移植到Keil上的源码
- 多任务操作系统ucOSII移植到Keil上的源码,Multi-tasking operating system ucOSII transplanted to the source Keil
HT1621中文资料.rar
- HT1621中文资料,文档为翻译内容,不保证资料的完全正确性,HT1621 Chinese information, the contents of the document for translation, does not guarantee the complete accuracy of information
4-20ma.rar
- 4-20MA信号发生器,含电路图,使用说明以及汇编源程序,4-20MA signal generator, including schematics, source code for use as well as the compilation
PCB.rar
- 射频电路PCB设计 介绍采用Protel99 SE进行射频电路PCB设计的流程。为保证电路性能,在进行射频电路PCB设计时应考虑电磁兼容性,因而重点讨论元器件的布线原则来达到电磁兼容的目的。 ,PCB RF circuit design is introduced to Protel99 SE RF PCB design process. In order to ensure circuit performance, in RF circuit PCB design should be
AD7705C51.rar
- 基于AD7705的RTD温度测量C51程序设计,请大家尽快下载学习!,AD7705 Based on the RTD temperature measurement C51 program design, please download the study as soon as possible!
MT8816.rar
- 8×16矩阵开关MT8816的资料,MT8816可以作为音频视频的矩阵切换开关,其效果还是不错,而且控制起来还是比较方便。,8 × 16 matrix switch MT8816 information, MT8816 can be used as audio video matrix switch, the effect is still good, but it is still relatively easy to control.
51DS1302+DS18B20.rar
- 51单片机驱动DS1302时间模块+DS18B20温度传感器模块+12864液晶显示完整程序设计,51 Single-chip driver DS1302 time module+ DS18B20 temperature sensor module+ 12864 LCD complete program design
MSP430.rar
- 关于MSP430的简单计算器程序 本人最新整理出来的工作代码 和大家分享交流,A simple calculator on the MSP430 procedures finishing out my latest work to share code and exchange
PCF8563.rar
- pcf8563程序,时钟芯片,可靠使用,调试成功,pcf8563 procedure, the clock chip, reliable use, debugging success
HEX-BIN.rar
- HEX转换BIN转换工具用于单片机的编译,HEX conversion tools convert BIN compiler for SCM
STM32-SPI.rar
- 本例展示了如何实现2个SPI之间的在全双工(full-duplex)模式下通信,通过NSS软件管理,实现了由主向从,接着又从向主发送数据。 在本例程中,设置SPI1和SPI2为8bit数据帧,9Mbit/s传输速率。 在第一阶段,由主SPI1把SPI1_Buffer_Tx发送到SPI2,由从SPI2把SPI2_Buffer_Tx发送到SPI1。传输完成后,通过比较判断传输是否正确。 由于NSS管脚由软件管理,因此,可以在不改变硬件配置的情况下使SPI1由主变从,而SPI2由从变主。