-
xiaochexunji
使用单片机进行智能小车寻迹控制,使用左右两个传感器。(Using microcontroller smart car tracking control, using about two sensors.)
- 2015-04-08 14:38:13下载
- 积分:1
-
STM32 SPI读写FM25CL64铁电存储器
STM32 SPI读写FM25CL64铁电存储器,程序为103RBT6单片机读写代码,包括SPI初始化、字节发送接收代码、FM25CL64读写代码(STM32 SPI read/write FM25CL64 ferroelectric memory, the application for 103 rbt6 microcontroller, speaking, reading and writing code, including the SPI initialization code byte code to send and receive FM25CL64, speaking, reading and writing
)
- 2020-06-27 02:20:02下载
- 积分:1
-
shepin
射频技术 基于rc500的射频开发系统 频率稳定 不易失真(RF radio frequency technology development system based on rc500 frequency stability is not easy distortion)
- 2011-05-21 17:07:56下载
- 积分:1
-
etpu_set1
飞思卡尔单片机的etpu功能模块set1 打包好的 直接可以用(The etpu function module of Freescale MCU Set1 Carle pack can be used directly)
- 2013-12-31 15:15:43下载
- 积分:1
-
STM8L
IAR开发环境,STM8L单片机,Att7053计量芯片,此仪表程序可以显示电压电流频率(IAR development environment, STM8L SCM, Att7053 measurement chip, the instrument can display the voltage and current frequency of program)
- 2011-04-21 08:31:31下载
- 积分:1
-
uCOSPuCGUI(FSMC)
uCOS+uCGUI例程,主控芯片为STM32,LCD采用FSMC接口连接,实现图形界面的操作(uCOS+uCGUI routines, the main chip for the STM32, the LCD FSMC interface connector, the operation of the graphical interface)
- 2012-06-09 21:30:01下载
- 积分:1
-
ADC0809
模数转换器AD0809例程,通过该例程可掌握AD0809的基本使用方法(AD0809 ADC routines, the routines can be mastered through the basics of using the AD0809)
- 2013-09-04 15:35:26下载
- 积分:1
-
DC-DC
直流斩波变化的仿真和一些参考文献 可以学习一下(The simulation of dc chopper change and some references can learn
)
- 2015-06-04 10:16:13下载
- 积分: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
-
SSD6-EXAM-PRACTICAL-TASK
SSD6 EXAM PRACTICAL TASK
- 2016-01-05 17:26:07下载
- 积分:1