MF32BSP_XerolySkinner 2.0.0
C++版本的驱动库
载入中...
搜索中...
未找到
| 枚举 | 变量
bsp_Digit.h 文件参考

数码管显示类 更多...

#include "varint.h"
#include "gpio.h"
bsp_Digit.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  bsp_Digit
 一个面向数码管的类,使用级联的HC595 更多...
 

枚举

enum  { anode , cathode }
 数码管的共阳极或共阴极选择 更多...
 

变量

static const u8 digit_ca []
 共阳极数码管的段码表,共阴极由此反相得到 更多...
 

详细描述

数码管显示类

在文件 bsp_Digit.h 中定义.

枚举类型说明

◆ anonymous enum

anonymous enum

数码管的共阳极或共阴极选择

枚举值
anode 

共阳极

cathode 

共阴极

在文件 bsp_Digit.h46 行定义.

变量说明

◆ digit_ca

const u8 digit_ca[]
static
初始值:
= {
0xc0,0xf9,0xa4,0xb0,
0x99,0x92,0x82,0xf8,
0x80,0x90,0x88,0x83,
0xc6,0xa1,0x86,0x8e}

共阳极数码管的段码表,共阴极由此反相得到

在文件 bsp_Digit.h56 行定义.