11-30-2018, 05:39 PM
I want to use Ethernet
but if I use
This Error comes[/code-sh]
AttributeError: 'module' object has no attribute 'LAN'
but if I use
lan=network.LAN(id=0, mdc=None, mdio=None, power=None, phy_addr=0, phy_type=1, clk_type=0)
This Error comes[/code-sh]
AttributeError: 'module' object has no attribute 'LAN'