-
WM8731RegConfig
WM8731是高性能的音频编码解码芯片,使用时需要通过IIC总线进行配置,本程序可以直观的设置各寄存器的参数,并自动生成C或C++语言代码。使用方便。(WM8731 is a high-performance audio codec chip, need to use IIC bus configuration, this procedure can be intuitively set the parameters of the register, and automatically generate C or C++ language code. Easy to use.)
- 2010-10-05 11:05:59下载
- 积分:1
-
10GMAC
说明: 关于10G 以太网设计的资料,讲解的很详细,分享给大家(The information about 10G Ethernet design is explained in detail and shared with you)
- 2019-11-16 18:06:32下载
- 积分:1
-
PLCdiankongzhixitong
基于PLC的控制楼层的电梯系统,是毕业论文哦,希望对你有帮助!单片机学习:http://www.emcuc.com(Floor elevator control system based on PLC, is the thesis Oh, you want to help! SCM learning: http://www.emcuc.com)
- 2012-06-26 11:16:24下载
- 积分: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
-
bluetooth
蓝牙通信实验源码,在博创6410开发板上测试可行(Bluetooth communication experiment source code, test is feasible on bo gen 6410 development board
)
- 2015-04-20 08:25:24下载
- 积分:1
-
110b460
这是一个关于红外解码及数码管显示的学习程序(This is one of the infrared decoder and digital display of the learning process)
- 2014-08-20 16:37:41下载
- 积分:1
-
CV3N00A
自动读取Felica 卡UID和Mifire 卡UID,可以作为门禁系统和考勤系统使用.(Felica card is automatically read and Mifire card UID UID, can be used as access control systems and time and attendance system.)
- 2011-06-02 15:40:08下载
- 积分:1
-
i2c
说明: 用示波器测得比较标准的模拟IIC程序。STM32F103(A standard analog IIC program is measured by an oscilloscope. STM32F103)
- 2020-06-19 07:00:01下载
- 积分:1
-
wireless_comunication
基于单片机和无线收发芯片CC1100的无线抄表系统(Based on MCU and wireless transceiver chip CC1100 wireless meter reading system)
- 2013-11-01 16:49:56下载
- 积分:1
-
STM32F103C8T6——DS18B20_OLED
说明: 基于STM32单片机,C语言的DS18B20的开发程序(C language program of DS18B20)
- 2020-05-14 10:10:29下载
- 积分:1