-
led_TEST
单片机数码管测试程序(非常不错的单片机学习程序)(Single chip digital test program (very good))
- 2011-02-10 19:57:25下载
- 积分:1
-
spdif_interface_latest.tar
音频spdif格式编解码,可以将音频格式在i2s dsd以及spdif之间转换(Spdif audio codec)
- 2016-05-15 11:02:34下载
- 积分:1
-
Smartcar_SCI
智能车开发串口接收数据上位机软件.源代码.如果自己加上数据分析功能,就非常有用.(Development of intelligent vehicle PC software serial receive data. The source code. If they combined data analysis, it is very useful.)
- 2010-10-18 16:02:08下载
- 积分:1
-
分布式定位基于无线传感器网络的目标源定位技术
分布式定位基于无线传感器网络的目标源定位技术(Distributed localization)
- 2020-07-04 17:40:02下载
- 积分:1
-
eeprom
基于EFM32G890F128的IIC读写外部EEPROM器件24AA024的工程文件。(Based EFM32G890F128 IIC reading external EEPROM device project file 24AA024' s.)
- 2014-04-14 15:26:35下载
- 积分:1
-
led-clock
The LED clock consists of 60 LEDs which are placed circular around a common analog clock. The LEDs are used to display the seconds. Essential part of this circuit is the LED driver MAX7219 from Maxim. A datasheet is available on Maxim s homepage. The clock is controlled by the microcontroller AT89C2051 from Atmel. This microcontroller is clocked at a frequency of 12 MHz from which results a time base of 1 microsecond. Via software dividers one clock impulse per second is generated which is used for updating the LED display.
- 2013-10-17 10:56:37下载
- 积分:1
-
IM-simulation
simulation of induction motors and how to drive it in industrial
- 2013-07-21 17:13:27下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
VX_IEC101
与主站IEC101规约通讯,完成与科东公司主站、国电南自、南瑞科技等公司主站通讯
Tornado2.0编译,无故障运行与研华HE-8XX系列主板3年以上
解压密码luckycy(master IEC101 and the Statute of communication, complete with the East Branch Corporation stations, the South since the country's electric, NAN technology companies master communications Tornado2.0 compiler, fault-free operation with the China Institute HE-8XX series of the Main Board for three years or more extract passwords luckycy)
- 2006-12-09 12:26:47下载
- 积分:1
-
adjustable-clock
51单片机可调电子钟 数码管显示 调整小时、分钟(adjustable clock)
- 2013-06-25 23:27:46下载
- 积分:1