sevensegment.h

来自「飞思卡尔HCS12的OS移植(ucosII),实现了三个任务,IDE:CODEW」· C头文件 代码 · 共 30 行

H
30
字号
#ifndef SEVEN_SEG_BSP_H
#define SEVEN_SEG_BSP_H

/*
*********************************************************************************************************
*                        Wytec Dragon12 Board Support Package
*
* File : SevenSegDisp_BSP.h
* By   : Eric Shufro
*
* Notes: This file contains function prototypes for initializing and user the four, 7-Segment
*        LED blocks on the Wytec Dragon12 EVB.
*********************************************************************************************************
*/

/*
*********************************************************************************************************
*                                        PROTOTYPES
*********************************************************************************************************
*/

void  SevenSegDisp_Init(void);
void  SevenSegWrite(INT16U num);
void  SevenSegDisp_ISR_Handler(void);


#endif


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?