-
RS485_DMA_C8T6
c语言编写的RS485 MOUBUS通讯代码,运行平台STM32F103C8T6(RS485 MOUBUS communication code written in C language, running platform STM32F103C8T6)
- 2020-10-21 14:47:24下载
- 积分:1
-
51单片机AGC电路
利用51单片机,XPT2046内的ad功能和dac081的功能,实现agc的程控放大。程控芯片为AD603,内部参数根据电路不同进行计算(The use of 51 single-chip microcomputer, XPT2046 within the ad function and dac081 functions to achieve AGC program-controlled amplification. The program chip is AD603, and the internal parameters are calculated according to the different circuits)
- 2021-04-03 10:29:06下载
- 积分: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
-
ATmega128for-Modbus
基于mega128单片机写的modbus协议源代码。(ATmega128 for modbus)
- 2016-05-07 23:01:30下载
- 积分:1
-
STM32_PMSM_FOC_QEncoder_170415OK
说明: STM32 永磁同步电机foc控制代码,希望可以帮助到大家(foc pmsm STM32_PMSM_FOC_QEncoder_)
- 2021-04-27 12:48:45下载
- 积分:1
-
maopaopaixu007
通过keil软件运用汇编语言进行冒牌排序的源代码(bubble sort)
- 2012-11-11 17:39:34下载
- 积分:1
-
A-Comparison-of-Ladder--Series--and-Shunt-Type-St
A Comparison of Ladder, Series, and Shunt Type Stepped Attenuators
- 2015-05-26 16:35:13下载
- 积分:1
-
1.8TFT
实现1.8寸tft彩屏的驱动,能够显示字符,汉字,以及图片。(Achieve 1.8-inch tft color screen driver, can display characters, characters, and images.)
- 2020-06-28 18:40:02下载
- 积分:1
-
示波器成品
说明: 基于stm32开发的频率检测及液晶显示,在显示时的测量范围为50hz到100khz。误差为
- 2020-06-22 08:00:01下载
- 积分:1
-
STM32F429-HAL_V1.1
本文件是基于stm32f429开发的库函数开发指南书籍,其中包括对各种外设的操作,以及实验的流程都有详细描述。(This document is based on stm32f429 development of the library function development guide books, including the operation of various peripherals, as well as the experimental process has a detailed description.)
- 2021-01-04 11:18:55下载
- 积分:1