at_flash.h
来自「MSP acquires data and sends through USB 」· C头文件 代码 · 共 23 行
H
23 行
/*
* File: at_flash.h
* Purpose: Prototype of Atmel flash handling functions
* Author: Peter Ivanov, Olimex Ltd.
* Modified by:
* Created: 2007-05-19 11:29:32
* Last modify: 2007-10-03 21:26:22 ivanovp {Time-stamp}
* Copyright: (C) Peter Ivanov, 2007
* Licence: GPL
*/
/**
* \file at_flash.h
* \brief Prototype of Atmel flash handling functions
* \author Peter Ivanov, Olimex Ltd.
*/
#ifndef __INCLUDE_AT_FLASH_H
#define __INCLUDE_AT_FLASH_H
void InitUCA_SPI(void);
char TestATFlash(void);
#endif // __INCLUDE_AT_FLASH_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?