预览截图
应用介绍
#include "stm32f4xx.h"
#include "delay.h"
#include "key.h"
#include "seg.h"
#include "exti.h"
#include "timer.h"
u8 h=0,m=0,s=0,bs=0;//存储时间的变量
u8 date[8]={0,0,0,0,0,0,0,0};//数据
u16 address[8]={0x0101,0x0102,0x0104,0x0108,0x0110,0x0120,0x0140,0x0180};//位码
int main(void)
{
gpio_init(); //数码管引脚初始化
key_init(); //初始化与按键连接的硬件接口
exti_init(); //外部中断初始化
TIM3_Int_Init(15-1,2100-1); //定时器3初始化
while(1)
{
if(exit_flag==1)
{
seg_chag(); //键盘修改时间
}
else
{
get_time(); //计时
seg_disp2();//数码管动态显示
}
}
}
©版权声明:本文内容由互联网用户自发贡献,版权归原创作者所有,本站不拥有所有权,也不承担相关法律责任。如果您发现本站中有涉嫌抄袭的内容,欢迎发送邮件至: www_apollocode_net@163.com 进行举报,并提供相关证据,一经查实,本站将立刻删除涉嫌侵权内容。
转载请注明出处: apollocode » STM32F4VE电子时钟
文件列表(部分)
名称 | 大小 | 修改日期 |
---|---|---|
2-│╠╨≥ | 0.00 KB | 2021-07-28 |
CORE | 0.00 KB | 2021-07-26 |
core_cm4.h | 106.58 KB | 2016-04-38 |
core_cm4_simd.h | 22.20 KB | 2016-04-38 |
core_cmFunc.h | 16.74 KB | 2016-04-38 |
core_cmInstr.h | 20.03 KB | 2016-04-38 |
startup_stm32f401xx.s | 25.21 KB | 2014-08-04 |
FWLIB | 0.00 KB | 2021-07-28 |
inc | 0.00 KB | 2021-07-28 |
misc.h | 6.76 KB | 2016-04-38 |
stm32f4xx_adc.h | 32.11 KB | 2016-04-38 |
stm32f4xx_can.h | 26.68 KB | 2016-04-38 |
stm32f4xx_crc.h | 2.36 KB | 2016-04-38 |
stm32f4xx_cryp.h | 14.14 KB | 2016-04-38 |
stm32f4xx_dac.h | 14.60 KB | 2016-04-38 |
stm32f4xx_dbgmcu.h | 4.20 KB | 2016-04-38 |
stm32f4xx_dcmi.h | 12.67 KB | 2016-04-38 |
stm32f4xx_dma.h | 28.21 KB | 2016-04-38 |
stm32f4xx_dma2d.h | 19.23 KB | 2016-04-38 |
stm32f4xx_exti.h | 7.82 KB | 2016-04-38 |
stm32f4xx_flash.h | 23.89 KB | 2016-04-38 |
stm32f4xx_flash_ramfunc.h | 3.20 KB | 2016-04-38 |
stm32f4xx_fmc.h | 43.87 KB | 2016-04-38 |
stm32f4xx_fsmc.h | 26.54 KB | 2016-04-38 |
stm32f4xx_gpio.h | 23.00 KB | 2016-04-38 |
stm32f4xx_hash.h | 9.85 KB | 2016-04-38 |
stm32f4xx_i2c.h | 31.19 KB | 2016-04-38 |
stm32f4xx_iwdg.h | 4.22 KB | 2016-04-38 |
stm32f4xx_ltdc.h | 20.69 KB | 2016-04-38 |
stm32f4xx_pwr.h | 7.55 KB | 2016-04-38 |
stm32f4xx_rcc.h | 29.36 KB | 2016-04-38 |
stm32f4xx_rng.h | 3.87 KB | 2016-04-38 |
发表评论 取消回复