文件名称:d
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:424.61kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
STM32的TCP/IP网络采集器番外篇之摇杆LCD:这次是到摇杆和LCD了,我是第一次用摇杆,虽然原理跟按键那些没什么区别,但感觉很好玩!说说这次的程序目的吧,我就使用了摇杆的4个方向,就是上下左右,上电,LCD显示dEMO,按上就左手第一位显示0,如果按下就显示9,按左就把显示位置左移一位,不过这是你看不到东西,要再按上或下才能看到,如果按右就把显示位置右移一位。不停按上就是数字从0到9显示,不停按下就是9到0显示-STM32' s TCP/IP network collector side story of rocker LCD: this is the rocker and LCD, I was the first time with a joystick, although the principles are no different with the buttons, but it feels a lot of fun! Talk about the purpose of this program, my use of the joystick of the four directions, up and down is about power, LCD display dEMO, according to the first one on the left shows 0, if you press on the display 9, press the left put a display position shifted to the left, but this is something you can not see to click on or next to see if the press the right put a display position shifted to the right. Is the number of non-stop by the display from 0 to 9, repeatedly press is 9-0 show
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LCDDemo/library/inc/cortexm3_macro.h
LCDDemo/library/inc/stm32f10x_adc.h
LCDDemo/library/inc/stm32f10x_bkp.h
LCDDemo/library/inc/stm32f10x_can.h
LCDDemo/library/inc/stm32f10x_dma.h
LCDDemo/library/inc/stm32f10x_exti.h
LCDDemo/library/inc/stm32f10x_flash.h
LCDDemo/library/inc/stm32f10x_gpio.h
LCDDemo/library/inc/stm32f10x_i2c.h
LCDDemo/library/inc/stm32f10x_iwdg.h
LCDDemo/library/inc/stm32f10x_lib.h
LCDDemo/library/inc/stm32f10x_map.h
LCDDemo/library/inc/stm32f10x_nvic.h
LCDDemo/library/inc/stm32f10x_pwr.h
LCDDemo/library/inc/stm32f10x_rcc.h
LCDDemo/library/inc/stm32f10x_rtc.h
LCDDemo/library/inc/stm32f10x_spi.h
LCDDemo/library/inc/stm32f10x_systick.h
LCDDemo/library/inc/stm32f10x_tim.h
LCDDemo/library/inc/stm32f10x_tim1.h
LCDDemo/library/inc/stm32f10x_type.h
LCDDemo/library/inc/stm32f10x_usart.h
LCDDemo/library/inc/stm32f10x_wwdg.h
LCDDemo/library/src/stm32f10x_adc.c
LCDDemo/library/src/stm32f10x_bkp.c
LCDDemo/library/src/stm32f10x_can.c
LCDDemo/library/src/stm32f10x_dma.c
LCDDemo/library/src/stm32f10x_exti.c
LCDDemo/library/src/stm32f10x_flash.c
LCDDemo/library/src/stm32f10x_gpio.c
LCDDemo/library/src/stm32f10x_i2c.c
LCDDemo/library/src/stm32f10x_iwdg.c
LCDDemo/library/src/stm32f10x_lib.c
LCDDemo/library/src/stm32f10x_nvic.c
LCDDemo/library/src/stm32f10x_pwr.c
LCDDemo/library/src/stm32f10x_rcc.c
LCDDemo/library/src/stm32f10x_rtc.c
LCDDemo/library/src/stm32f10x_spi.c
LCDDemo/library/src/stm32f10x_systick.c
LCDDemo/library/src/stm32f10x_tim.c
LCDDemo/library/src/stm32f10x_tim1.c
LCDDemo/library/src/stm32f10x_usart.c
LCDDemo/library/src/stm32f10x_wwdg.c
LCDDemo/project/EWARM/BOOT_FLASH/Exe/LCDDemo.d79
LCDDemo/project/EWARM/BOOT_FLASH/Exe/LCDDemo.sim
LCDDemo/project/EWARM/BOOT_FLASH/Obj/cortexm3_macro.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/lcd.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/LCDDemo.pbd
LCDDemo/project/EWARM/BOOT_FLASH/Obj/main.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_exti.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_flash.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_gpio.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_it.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_lib.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_nvic.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_rcc.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_spi.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_systick.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_tim.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_usart.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_vector.r79
LCDDemo/project/EWARM/BOOT_RAM/Exe/LCDDemo.d79
LCDDemo/project/EWARM/BOOT_RAM/Exe/Project.sim
LCDDemo/project/EWARM/BOOT_RAM/List/LCDDemo.map
LCDDemo/project/EWARM/BOOT_RAM/Obj/cortexm3_macro.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/lcd.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/LCDDemo.pbd
LCDDemo/project/EWARM/BOOT_RAM/Obj/main.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/Project.pbd
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_exti.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_flash.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_gpio.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_i2c.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_it.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_lib.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_nvic.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_rcc.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_spi.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_systick.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_tim.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_usart.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_vector.r79
LCDDemo/project/EWARM/cortexm3_macro.s
LCDDemo/project/EWARM/LCDDemo.dep
LCDDemo/project/EWARM/LCDDemo.ewd
LCDDemo/project/EWARM/LCDDemo.ewp
LCDDemo/project/EWARM/LCDDemo.eww
LCDDemo/project/EWARM/lnkarm_flash.xcl
LCDDemo/project/EWARM/lnkarm_ram.xcl
LCDDemo/project/EWARM/Read.txt
LCDDemo/project/EWARM/readme.txt
LCDDemo/project/EWARM/settings/LCDDemo.cspy.bat
LCDDemo/project/EWARM/settings/LCDDemo.dbgdt
LCDDemo/project/EWARM/settings/LCDDemo.dni
LCDDemo/project/EWARM/settings/LCDDemo.wsdt
LCDDemo/project/EWARM/settings/Project.cspy.bat
LCDDemo/project/EWARM/settings/Project.dbgdt
LCDDemo/project/EWARM/settings/Project.dni
LCDDemo/project/EWARM/settings/Project.wsdt
LCDDemo/project/EWARM/stm32f10x_vector.c
LCDDemo/project/EWARM/Write.txt
LCDDemo/project/lcd.c
LCDDemo/project/lcd.h
LCDDemo/project/main.c
LCDDemo/project/stm32f10x_conf.h
LCDDemo/project/stm32f10x_it.c
LCDDemo/project/stm32f10x_it.h
LCDDemo/project/EWARM/BOOT_FLASH/Exe
LCDDemo/project/EWARM/BOOT_FLASH/List
LCDDemo/project/EWARM/BOOT_FLASH/Obj
LCDDemo/project/EWARM/BOOT_RAM/Exe
LCDDemo/project/EWARM/BOOT_RAM/List
LCDDemo/project/EWARM/BOOT_RAM/Obj
LCDDemo/project/EWARM/BOOT_FLASH
LCDDemo/project/EWARM/BOOT_RAM
LCDDemo/project/EWARM/settings
LCDDemo/library/inc
LCDDemo/library/src
LCDDemo/project/EWARM
LCDDemo/library
LCDDemo/project
LCDDemo
LCDDemo/library/inc/stm32f10x_adc.h
LCDDemo/library/inc/stm32f10x_bkp.h
LCDDemo/library/inc/stm32f10x_can.h
LCDDemo/library/inc/stm32f10x_dma.h
LCDDemo/library/inc/stm32f10x_exti.h
LCDDemo/library/inc/stm32f10x_flash.h
LCDDemo/library/inc/stm32f10x_gpio.h
LCDDemo/library/inc/stm32f10x_i2c.h
LCDDemo/library/inc/stm32f10x_iwdg.h
LCDDemo/library/inc/stm32f10x_lib.h
LCDDemo/library/inc/stm32f10x_map.h
LCDDemo/library/inc/stm32f10x_nvic.h
LCDDemo/library/inc/stm32f10x_pwr.h
LCDDemo/library/inc/stm32f10x_rcc.h
LCDDemo/library/inc/stm32f10x_rtc.h
LCDDemo/library/inc/stm32f10x_spi.h
LCDDemo/library/inc/stm32f10x_systick.h
LCDDemo/library/inc/stm32f10x_tim.h
LCDDemo/library/inc/stm32f10x_tim1.h
LCDDemo/library/inc/stm32f10x_type.h
LCDDemo/library/inc/stm32f10x_usart.h
LCDDemo/library/inc/stm32f10x_wwdg.h
LCDDemo/library/src/stm32f10x_adc.c
LCDDemo/library/src/stm32f10x_bkp.c
LCDDemo/library/src/stm32f10x_can.c
LCDDemo/library/src/stm32f10x_dma.c
LCDDemo/library/src/stm32f10x_exti.c
LCDDemo/library/src/stm32f10x_flash.c
LCDDemo/library/src/stm32f10x_gpio.c
LCDDemo/library/src/stm32f10x_i2c.c
LCDDemo/library/src/stm32f10x_iwdg.c
LCDDemo/library/src/stm32f10x_lib.c
LCDDemo/library/src/stm32f10x_nvic.c
LCDDemo/library/src/stm32f10x_pwr.c
LCDDemo/library/src/stm32f10x_rcc.c
LCDDemo/library/src/stm32f10x_rtc.c
LCDDemo/library/src/stm32f10x_spi.c
LCDDemo/library/src/stm32f10x_systick.c
LCDDemo/library/src/stm32f10x_tim.c
LCDDemo/library/src/stm32f10x_tim1.c
LCDDemo/library/src/stm32f10x_usart.c
LCDDemo/library/src/stm32f10x_wwdg.c
LCDDemo/project/EWARM/BOOT_FLASH/Exe/LCDDemo.d79
LCDDemo/project/EWARM/BOOT_FLASH/Exe/LCDDemo.sim
LCDDemo/project/EWARM/BOOT_FLASH/Obj/cortexm3_macro.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/lcd.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/LCDDemo.pbd
LCDDemo/project/EWARM/BOOT_FLASH/Obj/main.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_exti.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_flash.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_gpio.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_it.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_lib.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_nvic.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_rcc.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_spi.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_systick.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_tim.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_usart.r79
LCDDemo/project/EWARM/BOOT_FLASH/Obj/stm32f10x_vector.r79
LCDDemo/project/EWARM/BOOT_RAM/Exe/LCDDemo.d79
LCDDemo/project/EWARM/BOOT_RAM/Exe/Project.sim
LCDDemo/project/EWARM/BOOT_RAM/List/LCDDemo.map
LCDDemo/project/EWARM/BOOT_RAM/Obj/cortexm3_macro.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/lcd.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/LCDDemo.pbd
LCDDemo/project/EWARM/BOOT_RAM/Obj/main.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/Project.pbd
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_exti.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_flash.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_gpio.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_i2c.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_it.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_lib.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_nvic.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_rcc.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_spi.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_systick.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_tim.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_usart.r79
LCDDemo/project/EWARM/BOOT_RAM/Obj/stm32f10x_vector.r79
LCDDemo/project/EWARM/cortexm3_macro.s
LCDDemo/project/EWARM/LCDDemo.dep
LCDDemo/project/EWARM/LCDDemo.ewd
LCDDemo/project/EWARM/LCDDemo.ewp
LCDDemo/project/EWARM/LCDDemo.eww
LCDDemo/project/EWARM/lnkarm_flash.xcl
LCDDemo/project/EWARM/lnkarm_ram.xcl
LCDDemo/project/EWARM/Read.txt
LCDDemo/project/EWARM/readme.txt
LCDDemo/project/EWARM/settings/LCDDemo.cspy.bat
LCDDemo/project/EWARM/settings/LCDDemo.dbgdt
LCDDemo/project/EWARM/settings/LCDDemo.dni
LCDDemo/project/EWARM/settings/LCDDemo.wsdt
LCDDemo/project/EWARM/settings/Project.cspy.bat
LCDDemo/project/EWARM/settings/Project.dbgdt
LCDDemo/project/EWARM/settings/Project.dni
LCDDemo/project/EWARM/settings/Project.wsdt
LCDDemo/project/EWARM/stm32f10x_vector.c
LCDDemo/project/EWARM/Write.txt
LCDDemo/project/lcd.c
LCDDemo/project/lcd.h
LCDDemo/project/main.c
LCDDemo/project/stm32f10x_conf.h
LCDDemo/project/stm32f10x_it.c
LCDDemo/project/stm32f10x_it.h
LCDDemo/project/EWARM/BOOT_FLASH/Exe
LCDDemo/project/EWARM/BOOT_FLASH/List
LCDDemo/project/EWARM/BOOT_FLASH/Obj
LCDDemo/project/EWARM/BOOT_RAM/Exe
LCDDemo/project/EWARM/BOOT_RAM/List
LCDDemo/project/EWARM/BOOT_RAM/Obj
LCDDemo/project/EWARM/BOOT_FLASH
LCDDemo/project/EWARM/BOOT_RAM
LCDDemo/project/EWARM/settings
LCDDemo/library/inc
LCDDemo/library/src
LCDDemo/project/EWARM
LCDDemo/library
LCDDemo/project
LCDDemo
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.