QUERY · ISSUE
ESP32 LAN8720 MDC/MDIO control only
port-esp32needs-info
HI
Are ESP32 libraries that control ETH RMII PHY available
for direct use, I need to control LAN8720 MD interface
with 2 pins called MDC/MDIO, and I'd like some suggestion
how to do it from micropython.
I'd like to control only the PHY using this 2 pins and
II don't want to initialize ESP32 complete wired ethernet
with all of RMII pins, because those RMII pins are not
connected to ESP32.
CANDIDATE · PULL REQUEST
docs/esp32/quickref: Add info about LAN
docsport-esp32
docs/esp32/quickref: Add info about LAN
This is a small docs extension which shows some information about
LAN and pinouts for popular boards.
Signed-off-by: Sebastian Gerber github@sgerber.de