• 大小: 420KB
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 语言: 其他
  • 标签: STM32  TM1637  数码管  

资源简介

本例程基于STM32F103C8T6单片机,驱动了TM1637数码管进行0-9加点与不加点的数据显示。

资源截图

代码片段和文件信息

/******************************Copyright (c)***********************************
*                Jiangsu Zhihai Electronic Technology Co. Ltd.
*                      Research & Development Department
*
* www.smarthealth-tech.com
*
-------------------------------------------------------------------------------
* @file    TM1637.h
* @author  GU DONGDONG
* @date    2015-11-25  
*******************************************************************************/
#include “TM1637.h“
#include “delay.h“
/** Write multiple bits in an 8-bit device register.
 * @param slaveAddr I2C slave device address
 * @param regAddr Register regAddr to write to
 * @param bitStart First bit position to write (0-7)
 * @param length Number of bits to write (not more than 8)
 * @param data Right-aligned val

评论

共有 条评论