资源简介
stm32驱动tm1638 键盘及led灯的显示
代码片段和文件信息
/* ---------------------------------- File Description --------------------------------------------
【文件功能】:
【创建时间】:2012年10月24日星期三11:12:54
【文件版本】:V1.0
【作者声明】:本文件作者为温业中可通过email与作者联系: eric540@163.com
------------------------------------------------------------------------------------------ */
#include “stm32f10x.h“
#include “tm1638.h“
#include “serial_debug.h“
// void Delay_us(u32 us)
// {
// u8 i;
// for (; us !=0 ; us--)
// {
// for (i=0; i<72; i++);
// }
// }
const u8 TM1638_LEDTable[2][4]={
{0x040x080x100x20}//0维存放GR2
{0x040x080x100x20} //1维存放GR1
};
void TM1638Display_Test(void);
void TM1638_Init(void)
{
GPIO_InitTypeDef GPIO_InitStruct
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 9154 2012-10-24 12:23 tm1638.c
文件 1469 2012-10-24 12:22 tm1638.h
----------- --------- ---------- ----- ----
10623 2
评论
共有 条评论