utility.h
来自「The AVRcam source files were built using」· C头文件 代码 · 共 19 行
H
19 行
#ifndef UTILITY_H
#define UTILITY_H
/***********************************************************
Module Name: Utility.h
Module Date: 04/13/2004
Module Auth: John Orlando
Copyright (c) 2004 John Orlando All Rights Reserved
Description: This file provides the external interface
to the Utility module.
***********************************************************/
/* Extern Functions */
extern void Utility_delay(unsigned short numMs);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?