?? sevensegment.h
字號:
#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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -