main.h
来自「ATMEGA32+应用程序+Proteus仿真原理图」· C头文件 代码 · 共 24 行
H
24 行
#ifndef _main_h_
#define _main_h_
#include <stdio.h>
#include <string.h>
#include <avr/io.h>
#include <avr/eeprom.h>
#include "mmc.h"
#include "fat.h"
#define TEST_Mode 1
extern int main (void);
#endif//_main_h_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?