io.h
来自「AVR系列单片机的ADC驱动程序库」· C头文件 代码 · 共 15 行
H
15 行
/*********************************************************/
/* io.h */
/* */
/* (C) by J鰎g Schwedes 2009, All rights reserved */
/*********************************************************/
#ifndef IO_H
#define IO_H
/* include here the Controller specific IO stuff */
/* from IAR compiler */
#include <inavr.h> /* intrinsic */
#include <ioavr.h> /* io resources */
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?