📄 sev_seg.h
字号:
/*----------------------------------------------------------------------------
* Copyright (c) 2001 by National Semiconductor Corporation
* National Semiconductor Corporation
* 2900 Semiconductor Drive
* Santa Clara, California 95051
*
* All rights reserved
*
*<<<-------------------------------------------------------------------------
* File Contents:
* icu.c - ICU related definitions
*
* Project: UJA firmware
* Author : Avi Fishman (Avi.Fishman@nsc.com)
* Date : Jan 2001
*----------------------------------------------------------------------->>>*/
#ifndef __sev_seg_h__
#define __sev_seg_h__
#include "..\include\common.h"
#ifdef SEV_SEG
void write_7seg(byte num);
#else
# define write_7seg(_x_)
#endif SEV_SEG
#endif __sev_seg_h__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -