文件名称:stm32F矩阵键盘4
介绍说明--下载内容来自于网络,使用问题请自行百度
在原子探索者独立按键程序上进行修改,可以使用4*4键盘,矩阵键盘减少IO口的使用(4*4 matrix keyboard control 1 digital tube)
相关搜索: stm32f407
(系统自动生成,下载前可以参看下载内容)
下载文件列表
stm32F矩阵键盘4\CORE\core_cm4.h
stm32F矩阵键盘4\CORE\core_cm4_simd.h
stm32F矩阵键盘4\CORE\core_cmFunc.h
stm32F矩阵键盘4\CORE\core_cmInstr.h
stm32F矩阵键盘4\CORE\startup_stm32f40_41xxx.s
stm32F矩阵键盘4\FWLIB\inc\misc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_adc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_can.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_crc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_cryp.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_dac.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_dbgmcu.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_dcmi.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_dma.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_dma2d.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_exti.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_flash.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_flash_ramfunc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_fmc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_fsmc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_gpio.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_hash.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_i2c.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_iwdg.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_ltdc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_pwr.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_rcc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_rng.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_rtc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_sai.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_sdio.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_spi.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_syscfg.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_tim.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_usart.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_wwdg.h
stm32F矩阵键盘4\FWLIB\src\misc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_adc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_can.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_crc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_cryp.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_cryp_aes.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_cryp_des.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_cryp_tdes.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_dac.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_dbgmcu.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_dcmi.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_dma.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_dma2d.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_exti.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_flash.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_flash_ramfunc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_fmc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_fsmc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_gpio.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_hash.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_hash_md5.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_hash_sha1.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_i2c.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_iwdg.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_ltdc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_pwr.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_rcc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_rng.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_rtc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_sai.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_sdio.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_spi.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_syscfg.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_tim.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_usart.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_wwdg.c
stm32F矩阵键盘4\HARDWARE\BEEP\beep.c
stm32F矩阵键盘4\HARDWARE\BEEP\beep.h
stm32F矩阵键盘4\HARDWARE\KEY\key.c
stm32F矩阵键盘4\HARDWARE\KEY\key.h
stm32F矩阵键盘4\HARDWARE\LED\led.c
stm32F矩阵键盘4\HARDWARE\LED\led.h
stm32F矩阵键盘4\keilkilll.bat
stm32F矩阵键盘4\OBJ\beep.crf
stm32F矩阵键盘4\OBJ\beep.d
stm32F矩阵键盘4\OBJ\beep.o
stm32F矩阵键盘4\OBJ\delay.crf
stm32F矩阵键盘4\OBJ\delay.d
stm32F矩阵键盘4\OBJ\delay.o
stm32F矩阵键盘4\OBJ\KEY.axf
stm32F矩阵键盘4\OBJ\KEY.build_log.htm
stm32F矩阵键盘4\OBJ\key.crf
stm32F矩阵键盘4\OBJ\key.d
stm32F矩阵键盘4\OBJ\KEY.hex
stm32F矩阵键盘4\OBJ\KEY.htm
stm32F矩阵键盘4\OBJ\KEY.lnp
stm32F矩阵键盘4\OBJ\KEY.map
stm32F矩阵键盘4\OBJ\key.o
stm32F矩阵键盘4\OBJ\KEY.sct
stm32F矩阵键盘4\OBJ\KEY_KEY.dep
stm32F矩阵键盘4\OBJ\led.crf
stm32F矩阵键盘4\OBJ\led.d
stm32F矩阵键盘4\OBJ\led.o
stm32F矩阵键盘4\OBJ\main.crf
stm32F矩阵键盘4\CORE\core_cm4_simd.h
stm32F矩阵键盘4\CORE\core_cmFunc.h
stm32F矩阵键盘4\CORE\core_cmInstr.h
stm32F矩阵键盘4\CORE\startup_stm32f40_41xxx.s
stm32F矩阵键盘4\FWLIB\inc\misc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_adc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_can.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_crc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_cryp.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_dac.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_dbgmcu.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_dcmi.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_dma.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_dma2d.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_exti.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_flash.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_flash_ramfunc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_fmc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_fsmc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_gpio.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_hash.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_i2c.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_iwdg.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_ltdc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_pwr.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_rcc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_rng.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_rtc.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_sai.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_sdio.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_spi.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_syscfg.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_tim.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_usart.h
stm32F矩阵键盘4\FWLIB\inc\stm32f4xx_wwdg.h
stm32F矩阵键盘4\FWLIB\src\misc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_adc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_can.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_crc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_cryp.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_cryp_aes.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_cryp_des.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_cryp_tdes.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_dac.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_dbgmcu.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_dcmi.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_dma.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_dma2d.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_exti.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_flash.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_flash_ramfunc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_fmc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_fsmc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_gpio.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_hash.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_hash_md5.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_hash_sha1.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_i2c.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_iwdg.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_ltdc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_pwr.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_rcc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_rng.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_rtc.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_sai.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_sdio.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_spi.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_syscfg.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_tim.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_usart.c
stm32F矩阵键盘4\FWLIB\src\stm32f4xx_wwdg.c
stm32F矩阵键盘4\HARDWARE\BEEP\beep.c
stm32F矩阵键盘4\HARDWARE\BEEP\beep.h
stm32F矩阵键盘4\HARDWARE\KEY\key.c
stm32F矩阵键盘4\HARDWARE\KEY\key.h
stm32F矩阵键盘4\HARDWARE\LED\led.c
stm32F矩阵键盘4\HARDWARE\LED\led.h
stm32F矩阵键盘4\keilkilll.bat
stm32F矩阵键盘4\OBJ\beep.crf
stm32F矩阵键盘4\OBJ\beep.d
stm32F矩阵键盘4\OBJ\beep.o
stm32F矩阵键盘4\OBJ\delay.crf
stm32F矩阵键盘4\OBJ\delay.d
stm32F矩阵键盘4\OBJ\delay.o
stm32F矩阵键盘4\OBJ\KEY.axf
stm32F矩阵键盘4\OBJ\KEY.build_log.htm
stm32F矩阵键盘4\OBJ\key.crf
stm32F矩阵键盘4\OBJ\key.d
stm32F矩阵键盘4\OBJ\KEY.hex
stm32F矩阵键盘4\OBJ\KEY.htm
stm32F矩阵键盘4\OBJ\KEY.lnp
stm32F矩阵键盘4\OBJ\KEY.map
stm32F矩阵键盘4\OBJ\key.o
stm32F矩阵键盘4\OBJ\KEY.sct
stm32F矩阵键盘4\OBJ\KEY_KEY.dep
stm32F矩阵键盘4\OBJ\led.crf
stm32F矩阵键盘4\OBJ\led.d
stm32F矩阵键盘4\OBJ\led.o
stm32F矩阵键盘4\OBJ\main.crf
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.