-
MAX7219_DAC_Serial
AD转换芯片源程序。串行模式通信。。带电路(AD conversion chip source. Serial mode of communication. . Band circuit)
- 2008-12-15 18:08:26下载
- 积分:1
-
LcdDisplay
c8051f020单片机的12864液晶显示 4行汉字 很简单的改变(c8051f020 microcontroller 12864 LCD 4 lines of Chinese characters is very simple change)
- 2012-09-08 20:03:16下载
- 积分:1
-
SST89E51RD_SIMULATOR
AVR,JTAG仿真软件,内涵源程序和电路图,直接烧写进单片机就可以在线仿真的(AVR, the simulation software of JTAG, content of the source code and circuit diagram, directly burned into the microcontroller can online simulation
)
- 2014-12-26 20:59:52下载
- 积分:1
-
ir
说明: PIC单片机红外线遥控接收解码实例
//芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡(PIC Microcontroller Infrared Remote Control Receiver Decoder instance of// chip configuration word, watchdog off, power-on delay to open, brown-out detection pass, low-voltage programming off, encryption, 4M crystal oscillator HS)
- 2010-03-05 19:40:41下载
- 积分:1
-
stm32_LD3320_SDcard_mp3
能从SD卡读取MP3文件,并且识别后通过LD3320播放MP3,具体使用只需新建一个.ini系统文件存在sd卡,在里面设置好关键词并且所需播放的MP3文件即可(Read MP3 files from the SD card through the LD3320 play MP3 and identify specific use simply create a new the ini system files sd card exists inside set keywords and required to play MP3 files can)
- 2013-03-15 00:30:34下载
- 积分: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
-
ad7682
4通道ad7682驱动程序 在msp430单片机上调试成功(4-channel ad7682 driver debugging success msp430 microcontroller)
- 2020-12-03 14:39:24下载
- 积分:1
-
PMSM_DTC
永磁同步电机直接转矩控制系统,模糊PID控制程序,包含M文件(Permanent magnet synchronous motor direct torque control system)
- 2020-12-01 20:29:26下载
- 积分:1
-
ds1302
时钟芯片DS1302的MSP430的驱动程序,模块化书写,很好调用!(DS1302 clock chip MSP430 drivers, modular writing, good call!)
- 2013-08-26 19:00:24下载
- 积分:1
-
nrf9051
无线通讯nrf905,很适合初学者来学习,里边包括了对射频寄存器的设置什么的(Wireless communication nrf905, it is suitable for beginners to learn, inside contains the settings for RF registers what)
- 2013-12-02 20:34:57下载
- 积分:1