eric7.MicroPython.EthernetDialogs.WiznetUtilities

Module implementing WIZnet 5x00 related utility functions.

Global Attributes

None

Classes

None

Functions

cpyWiznetInit Function to get the WIZnet 5x00 initialization code for CircuitPython.
mpyWiznetInit Function to get the WIZnet 5x00 initialization code for MicroPython.


cpyWiznetInit

cpyWiznetInit()

Function to get the WIZnet 5x00 initialization code for CircuitPython.

Return:
string containing the code to initialize the WIZnet 5x00 ethernet interface
Return Type:
str
Up


mpyWiznetInit

mpyWiznetInit()

Function to get the WIZnet 5x00 initialization code for MicroPython.

Return:
string containing the code to initialize the WIZnet 5x00 ethernet interface
Return Type:
str
Up