src/eric7/Documentation/Source/eric7.MicroPython.EthernetDialogs.WiznetUtilities.html

Sun, 12 Mar 2023 14:56:04 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 12 Mar 2023 14:56:04 +0100
branch
mpy_network
changeset 9878
a82014a9e57b
child 9891
e58c3fadcacc
permissions
-rw-r--r--

MicroPython
- Added support for Ethernet enabled boards.

<!DOCTYPE html>
<html><head>
<title>eric7.MicroPython.EthernetDialogs.WiznetUtilities</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.MicroPython.EthernetDialogs.WiznetUtilities</h1>

<p>
Module implementing WIZnet 5x00 related utility functions.
</p>
<h3>Global Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Functions</h3>

<table>

<tr>
<td><a href="#wiznetInit">wiznetInit</a></td>
<td>Function to get the WIZnet 5x00 initialization code.</td>
</tr>
</table>
<hr />
<hr />
<a NAME="wiznetInit" ID="wiznetInit"></a>
<h2>wiznetInit</h2>
<b>wiznetInit</b>(<i></i>)

<p>
    Function to get the WIZnet 5x00 initialization code.
</p>
<dl>
<dt>Return:</dt>
<dd>
string containing the code to initialize the WIZnet 5x00 ethernet interface
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
str
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial