#include "stm32f10x.h"
#include "stm32_eval.h"
#include <stdio.h>
#define V……
定时器中断代码
/**
*****************************************************************……
外部中断代码 在模仿中学习
#include "stm32f10x.h"
#include "stm32_eval.h"……
数码管显示
#include "stm32f10x.h"
#include "stm32_eval.h"
GPIO_Init……