debuginterface.h

来自「The AVRcam source files were built using」· C头文件 代码 · 共 19 行

H
19
字号
#ifndef DEBUGINTERFACE_H
#define DEBUGINTERFACE_H

/***********************************************************
    Module Name: DebugInterface.h
    Module Date: 04/15/2004
    Module Auth: John Orlando 
    Copyright (c) 2004 John Orlando  All Rights Reserved 

    Description: This file is responsible for providing the
    external interface to the DebugInterface module.
    ***********************************************************/

/* Extern Functions */
extern void DebugInt_init(void);

#endif

⌨️ 快捷键说明

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