-
Notifications
You must be signed in to change notification settings - Fork 248
Open
Description
最近用 enc28j60 一直获取不到 IP,然后发现引脚似乎定义错了,原理图上分别是 PD5, PD4, PD3:
但是代码里是 PD6,PD5,PD4:
Lines 106 to 109 in 1c5fc9f
| // WIRELESS | |
| #define PIN_NRF_IRQ GET_PIN(D, 4) // PD4 : NRF_IRQ --> WIRELESS | |
| #define PIN_NRF_CE GET_PIN(D, 5) // PD5 : NRF_CE --> WIRELESS | |
| #define PIN_NRF_CS GET_PIN(D, 6) // PD6 : NRF_CS --> WIRELESS |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
