1. 首页
  2. 课程学习
  3. 嵌入式
  4. STM32函数指针 数码管显示 寄存器版本

STM32函数指针 数码管显示 寄存器版本

上传者: 2019-09-23 14:32:45上传 RAR文件 189.09KB 热度 41次
#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
下载地址
用户评论
码姐姐匿名网友 2019-09-23 14:32:45

谢谢 现在需要这个资料 尽管资料是静态显示