⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uartinterface.h

📁 ov7620是采用cmos传感器技术的摄像头
💻 H
字号:
#ifndef UARTINTERFACE_H
#define UARTINTERFACE_H

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

    Description: This modules provides the external interface
    to the UartInterface module.
    ***********************************************************/

/* extern variables */
extern unsigned char serialReceivedFlag;

/* External Function Prototypes */
extern void UartInt_init(void);
extern void UartInt_txByte(unsigned char txByte);

#endif

⌨️ 快捷键说明

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