• 大小: 3KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 语言: 其他
  • 标签: STM32F103  TM1650  

资源简介

基于STM32F103的TM1650控制共阴极8段数码管,亲测可以正常使用

资源截图

代码片段和文件信息

#include “stm32f10x.h“
#include “sys_conf.h“
#include 

void DelayXms(unsigned int count)
{
unsigned int ij;
 for(i=0; i  {
 //WatchDOG();
   for(j=0; j<7968; j++)
                 {
  __NOP();
      
                 }
   
 }  
}


void DelayXus(unsigned int count)
{
unsigned int ij;
 for(i=0; i  {
   for(j=0; j<8; j++)
                 {
  __NOP();
                     
                 }
   
 }  
}
void IIC_Init(void)
{
GPIO_InitTypeDef GPIO_InitStructure;

RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOBENABLE);

 
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_10|GPIO_Pin_11;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP;
GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;
GPIO_Init(GPIOB &GPIO_

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       8326  2018-08-30 14:45  STM32_TM1650数码管显示代码\tm1650.c

     文件       2262  2018-08-29 16:06  STM32_TM1650数码管显示代码\tm1650.h

     目录          0  2018-08-31 15:12  STM32_TM1650数码管显示代码

----------- ---------  ---------- -----  ----

                10588                    3


评论

共有 条评论