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

📄 io_define.h

📁 w5100 范例程序 经典应用
💻 H
字号:
/* For W5100 Indirect Bus Interface, PORTA*/  
#define W5100_WR	GPIO_Pin_1
#define W5100_RD	GPIO_Pin_2
#define W5100_CS	GPIO_Pin_3
#define W5100_A0	GPIO_Pin_11
#define W5100_A1	GPIO_Pin_12

/* For W5100 Indierct Bus Interface, Data Port, PORTB */
#define W5100_DATA	GPIO_Pin_8|GPIO_Pin_9|GPIO_Pin_10|GPIO_Pin_11|GPIO_Pin_12|GPIO_Pin_13|GPIO_Pin_14|GPIO_Pin_15

/* define Digital Output(Drive LED) Port, PORTB */
#define LED_DRIVE		GPIO_Pin_0

/* define Digital Input Port, PORTC */
#define DIG_IN	GPIO_Pin_3

⌨️ 快捷键说明

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