资源列表
jingtai
- 运用t1,t0定时器对led数码管进行静态显示,其中用到hc573锁存器-Use t1, t0 timer led digital tube static display, which uses hc573 latch
dlt645
- DLT645协议程序,DTL645-1997的源代码,可以用于电能表的开发参考-The the DLT645 agreement program DTL645-1997, the source code, can be used for the development of the energy meter reference
EV1527_RF(STC15F204EA)
- EV1527无线芯片的单片机解码程序,采用15F204E单片机,开发环境KEIL-EV1527
Nuvoton_I2C_24LC64
- nuvoton M051 系列开发源码i2c 控制部份-nuvoton M051 Series Development Source i2c control part
msp430touwenjian
- 完整的msp430头文件让你轻松的学习430,对于刚入门的学者非常有用-Complete msp430 header files allows you to easily learn the 430, for scholars just getting started is very useful
ch375-Printer-emulation
- ch375的设备模式模拟打印机,能够实现打印机枚举,接收数据。-ch375 device mode analog printer can enumerate printer receives data
CH376HFf
- MCS-51单片机ASM语言的U盘文件读写示例程序,支持89C2051,89C51,89C52等单片机,本程序演示字节读写,用于将ADC模数采集的数据添加到U盘或者SD卡文件MY_ADC.TXT中。-MCS-51 microcontroller ASM language U disk file reading and writing examples procedures, support 89C2051,89C51,89C52 chip, this procedure demonstrati
v2.0
- 基于STM8的一种空气净化器程序,可用于车载或者小型空气净化器使用-Based on a STM8 of an air purifier procedures, can be used for car or small air purifier
DAOCHE
- 一款实用的基于STM8芯片的车载倒车雷达程序,分辨率高,抗干扰-A practical program based the STM8 chip car reversing radar, high resolution, anti-jamming
GT21-testok
- GT21L16S2W芯片的驱动和调用字库的例程-The GT21L16S2W chip drivers and call font routine
DDS
- 正弦信号发生器 SCH&PCB&C源码 单片机:AT89S52orSTC12C5A60S2 DDS芯片:AD9850 已修改网上例程中故意添加的错误。-Sinusoidal signal generator SCH & PCB & C source SCM: error AT89S52orSTC12C5A60S2 DDS chip: AD9850 has been modified intentionally added online routine.
abc
- 在Proteus软件中画好51单片机最小核心电路,包括复位电路和晶振电路 在电路中增加四个7段数码管(共阳/共阴自选),将P1口作数据输出口与7段数码管数据引脚相连 ,P2.0~P2.3引脚输出选控制信号 在Keil软件中编写程序,采用动态显示法,实现数码管显示变量unsigned int show_value的值(show_value的值范围为0000~9999),即把show_value的千百十个位的值用数码管显示出来。