STM32函数指针 数码管显示 寄存器版本
#include"stm32f10x.h"#include"spi.h"#include"delay.h"voidStorage_Data(){GPIO_ResetBits(GPIOB,GPIO_Pin_10);//ST_CPLdelay_us(1);GPIO_SetBits(GPIOB,GPIO_Pin_10);//ST_CPHdelay_us(1);GPIO_ResetBits(GPIOB,GPIO_Pin_10);//ST_CPL}u8Seg_Table[]={0x3f,0x06,0x5b,0x4f,0x6
下载地址
用户评论
谢谢 现在需要这个资料 尽管资料是静态显示