-
STM32_PID
基于STM32F103R8的PID算法例程,PWM输出控制信号,ADC输入反馈信号,形成闭环控制,完整工程源码。(PID algorithm based STM32F103R8 routines, complete engineering source, PWM output control signal, ADC input feedback signal to form a closed-loop control.)
- 2021-04-15 17:18:54下载
- 积分:1
-
ALIENTEK MINISTM32 实验1跑马灯
说明: led 程序,循环点灯。闪烁延时,基于stm32F103的代码(Led program, cycle lighting. Scintillation Delay, Code Based on stm32F103)
- 2020-06-18 16:20:02下载
- 积分:1
-
i2c
基于STM32F407系列芯片的,通过软件来模拟的IIC总线的主设备,读取MAC地址芯片里面的MAC地址。(Based on STM32F407 series chips through software to simulate the IIC bus master device reads the chip inside the MAC address MAC address.)
- 2013-12-30 14:12:15下载
- 积分:1
-
ADF435X_STM32
集成vco,adf4350 adf4351 驱动程序(Integrated vco, ADF4350 adf4351 driver)
- 2020-10-08 14:57:35下载
- 积分:1
-
PT100测温AD显示 荐_
说明: PT100测温AD显示 用ADC0809实现,内有Keil C 源文件,仿真通过的Proteus电路原理图(DSN)(Ad display of Pt100 temperature measurement is realized by ADC0809, with keil c source file inside, and Proteus circuit schematic diagram (DSN) through simulation)
- 2021-04-07 09:59:02下载
- 积分:1
-
模块 颜色传感器TCS230颜色识别传感器
TCS3200颜色测试,读取RGB值,LCD1602显示R,G,B值(TCS3200 color test, read RGB value, LCD1602 shows R, G, B value.)
- 2020-06-20 22:00:01下载
- 积分:1
-
UART
实现了UART的底层协议,加入了控制器,其波特率可以根据使用进行调整;发送模块、接收模块相互独立,互不影响。(Realization of the underlying protocol UART, joined the controller baud rate can be adjusted according to use transmission module, receiver module are independent of each other.)
- 2013-11-30 13:25:21下载
- 积分:1
-
K60_ADC_Driver
本人亲自编写的基于freescaleK60的ADC驱动,已经应用于我公司产品,请放心下载使用。(This c code is for freescale k60 mcu adc.)
- 2021-03-24 09:19:15下载
- 积分: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
-
vfd21-080206_simplified
virtual floppy disk creation software.
- 2015-09-06 12:19:22下载
- 积分:1