-
SPIN
旋转编码器的STM32F103的驱动程序,建议读取旋转编码器的时间间隔为1-10mS一次,经测试,该程序完全可用。(STM32F103 rotary encoder driver, it is recommended to read rotary encoder interval is 1-10mS time, tested the program fully available.)
- 2015-07-15 10:56:41下载
- 积分:1
-
EXTI_Configuration(void)
STM32F103C8T6自编简单中断程序,以及中断优先级,每行代码都有中文注释,十分好理解(void EXTI_Configuration(void)
{
EXTI_InitTypeDef EXTI_InitStructure
EXTI_ClearITPendingBit(EXTI_Line8)
GPIO_EXTILineConfig(GPIO_PortSourceGPIOB, GPIO_PinSource8)
EXTI_InitStructure.EXTI_Line EXTI_Line8
EXTI_InitStructure.EXTI_Mode EXTI_Mode_Interrupt
EXTI_InitStructure.EXTI_Trigger EXTI_Trigger_Falling
EXTI_InitStructure.EXTI_LineCmd ENABLE
EXTI_Init(&EXTI_InitStructure)
})
- 2017-01-02 12:45:52下载
- 积分:1
-
AR175t
Philips ARM Design based on arm processor LPC2138 tv based osciloscope
- 2009-10-26 02:30:25下载
- 积分:1
-
M8V7
GandF大师的M8数控电源V7,详情请看http://bbs.yleee.com.cn/thread-7787-1-1.html
声明:
该设计及资料仅供本论坛注册会员测试使用。未经许可不得用于其他用途。(GandF masters M8 NC power V7, details see http://bbs.yleee.com.cn/thread-7787-1-1.html Disclaimer: This information is for the design and testing registered members of this forum use. Not be used for any other purpose without permission.)
- 2013-10-23 11:45:48下载
- 积分:1
-
an2737
STM8S MCU sampl for i2c
- 2012-04-26 13:53:24下载
- 积分:1
-
STM32_SPI_ADS1118
程序使用TI的16位片外ADC采集数据,STM32F103C8T6单片机,485的RTU协议(The program uses 16 bit outside ADC of TI to collect data, STM32F103C8T6 MCU, and 485 RTU protocol)
- 2021-04-09 18:08:59下载
- 积分:1
-
STM32--W5500-DHCP
基于STM32和W5500,W5500作为DHCP客户端,路由器作为DHCP服务器,W5500发送广播包获取IP地址。(Based on STM32 and W5500, take W5500 as a DHCP client,take router as a DHCP server, router. W5500 sends a broadcast packet to obtain IP address.)
- 2021-01-21 14:38:45下载
- 积分:1
-
1-LED
S3C2440 TEST PROGRAMM
- 2016-02-23 05:40:10下载
- 积分:1
-
how-to-select-ARM-chip
ARM公司以及ARM芯片的现状和发展,从应用的角度介绍了ARM芯片的选择方法,并介绍了具有多芯核结构的ARM芯片。列举了目前的主要ARM芯片供应商,其产品以及应用领域。举例说明了几种嵌入式产品最佳ARM芯片选择方案。(ARM ARM chip companies and the current situation and development, from the application point of view on the ARM chip selection method, and describes the structure of multi-core ARM core chip. Lists the current main ARM chip suppliers, their products and applications. Several examples of the best ARM chip embedded options.)
- 2011-01-26 21:04:44下载
- 积分:1
-
rke_spi_master
pic芯片的SPI通讯,采用PIC芯片,C语言编写(pic spi)
- 2013-08-05 14:29:03下载
- 积分:1