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

📄 io.h

📁 AVR系列单片机的ADC驱动程序库
💻 H
字号:
/*********************************************************/
/*                      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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -