文件名称:1-2-15-按键双击和长按程序
-
所属分类:
- 标签属性:
- 上传时间:2019-06-17
-
文件大小:4.28mb
-
已下载:2次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
在stm32工程中,长按和短按的代码书写, 调用的读取按键状态的底层函数。封装成的按键函数代码。下面是函数的头文件,和.c文件的代码。使用定时器来扫描按键。(In STM32 project, the code of long press and short press is written, and the underlying function of reading key status is called. Encapsulated key function code. The following is the header file of the function, and the code of the. C file. Use a timer to scan keys.)
相关搜索: STM32F103
(系统自动生成,下载前可以参看下载内容)
下载文件列表
| 文件名 | 大小 | 更新时间 |
|---|---|---|
| 1-2-15-按键双击和长按程序 | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\Basic | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\Basic\delay | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\Basic\delay\delay.c | 1450 | 2018-01-23 |
| 1-2-15-按键双击和长按程序\Basic\delay\delay.h | 204 | 2017-12-26 |
| 1-2-15-按键双击和长按程序\Basic\flash | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\Basic\flash\flash.c | 1304 | 2017-12-31 |
| 1-2-15-按键双击和长按程序\Basic\flash\flash.h | 191 | 2017-12-31 |
| 1-2-15-按键双击和长按程序\Basic\rtc | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\Basic\rtc\rtc.c | 7445 | 2017-08-27 |
| 1-2-15-按键双击和长按程序\Basic\rtc\rtc.h | 615 | 2018-01-19 |
| 1-2-15-按键双击和长按程序\Basic\sys | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\Basic\sys\sys.c | 3039 | 2017-12-31 |
| 1-2-15-按键双击和长按程序\Basic\sys\sys.h | 2205 | 2017-08-27 |
| 1-2-15-按键双击和长按程序\Basic\usart | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\Basic\usart\usart.c | 10760 | 2018-01-21 |
| 1-2-15-按键双击和长按程序\Basic\usart\usart.h | 1430 | 2018-01-11 |
| 1-2-15-按键双击和长按程序\CMSIS | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\CMSIS\core_cm3.c | 17273 | 2010-06-07 |
| 1-2-15-按键双击和长按程序\CMSIS\core_cm3.h | 85714 | 2011-02-09 |
| 1-2-15-按键双击和长按程序\CMSIS\stm32f10x.h | 633941 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\CMSIS\system_stm32f10x.c | 36557 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\CMSIS\system_stm32f10x.h | 2085 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Hardware | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\Hardware\BUZZER | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\Hardware\BUZZER\buzzer.c | 2407 | 2018-01-05 |
| 1-2-15-按键双击和长按程序\Hardware\BUZZER\buzzer.h | 258 | 2018-01-05 |
| 1-2-15-按键双击和长按程序\Hardware\BUZZER\midi.c | 1300 | 2018-01-05 |
| 1-2-15-按键双击和长按程序\Hardware\KEY | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\Hardware\KEY\key.c | 1325 | 2017-12-29 |
| 1-2-15-按键双击和长按程序\Hardware\KEY\key.h | 289 | 2017-12-29 |
| 1-2-15-按键双击和长按程序\Hardware\LED | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\Hardware\LED\led.c | 1327 | 2017-08-27 |
| 1-2-15-按键双击和长按程序\Hardware\LED\led.h | 290 | 2017-08-02 |
| 1-2-15-按键双击和长按程序\Hardware\TOUCH_KEY | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\Hardware\TOUCH_KEY\touch_key.c | 1212 | 2017-09-04 |
| 1-2-15-按键双击和长按程序\Hardware\TOUCH_KEY\touch_key.h | 359 | 2017-09-04 |
| 1-2-15-按键双击和长按程序\Lib | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\Lib\inc | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\Lib\inc\misc.h | 8982 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_adc.h | 21690 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_bkp.h | 7555 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_can.h | 27559 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_cec.h | 6573 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_crc.h | 2162 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_dac.h | 15233 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_dbgmcu.h | 3818 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_dma.h | 20754 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_exti.h | 6824 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_flash.h | 25445 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_fsmc.h | 27016 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_gpio.h | 20175 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_i2c.h | 30029 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_iwdg.h | 3828 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_pwr.h | 4383 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_rcc.h | 30452 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_rtc.h | 3857 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_sdio.h | 21863 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_spi.h | 17725 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_tim.h | 52427 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_usart.h | 16548 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\inc\stm32f10x_wwdg.h | 2966 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\Lib\src\misc.c | 7046 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_adc.c | 47201 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_bkp.c | 8463 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_can.c | 45103 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_cec.c | 11656 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_crc.c | 3347 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_dac.c | 19087 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_dbgmcu.c | 5149 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_dma.c | 29607 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_exti.c | 6959 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_flash.c | 62551 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_fsmc.c | 35484 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_gpio.c | 23221 | 2011-03-11 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_i2c.c | 45781 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_iwdg.c | 4916 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_pwr.c | 8759 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_rcc.c | 51271 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_rtc.c | 8598 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_sdio.c | 28933 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_spi.c | 30224 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_tim.c | 109159 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_usart.c | 38308 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Lib\src\stm32f10x_wwdg.c | 5735 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Startup | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\Startup\startup_stm32f10x_cl.s | 15766 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Startup\startup_stm32f10x_hd.s | 15503 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Startup\startup_stm32f10x_hd_vl.s | 15692 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Startup\startup_stm32f10x_ld.s | 12376 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Startup\startup_stm32f10x_ld_vl.s | 13656 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Startup\startup_stm32f10x_md.s | 12765 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Startup\startup_stm32f10x_md_vl.s | 14073 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\Startup\startup_stm32f10x_xl.s | 15955 | 2011-03-10 |
| 1-2-15-按键双击和长按程序\User | 0 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\User\main.c | 2785 | 2018-01-28 |
| 1-2-15-按键双击和长按程序\User\stm32f10x_conf.h | 3259 | 2011-04-04 |
| 1-2-15-按键双击和长按程序\User\stm32f10x_it.c | 4405 | 2011-04-04 |
| 1-2-15-按键双击和长按程序\User\stm32f10x_it.h | 2086 | 2011-04-04 |
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
