5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.MicroPython.EthernetDialogs.WiznetUtilities</h1> |
9 <h1>eric7.MicroPython.EthernetDialogs.WiznetUtilities</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing WIZnet 5x00 related utility functions. |
11 Module implementing WIZnet 5x00 related utility functions. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 <tr><td>None</td></tr> |
21 <tr><td>None</td></tr> |
23 </table> |
22 </table> |
|
23 |
24 <h3>Functions</h3> |
24 <h3>Functions</h3> |
25 |
|
26 <table> |
25 <table> |
27 |
|
28 <tr> |
26 <tr> |
29 <td><a href="#cpyWiznetInit">cpyWiznetInit</a></td> |
27 <td><a href="#cpyWiznetInit">cpyWiznetInit</a></td> |
30 <td>Function to get the WIZnet 5x00 initialization code for CircuitPython.</td> |
28 <td>Function to get the WIZnet 5x00 initialization code for CircuitPython.</td> |
31 </tr> |
29 </tr> |
32 <tr> |
30 <tr> |
33 <td><a href="#mpyWiznetInit">mpyWiznetInit</a></td> |
31 <td><a href="#mpyWiznetInit">mpyWiznetInit</a></td> |
34 <td>Function to get the WIZnet 5x00 initialization code for MicroPython.</td> |
32 <td>Function to get the WIZnet 5x00 initialization code for MicroPython.</td> |
35 </tr> |
33 </tr> |
36 </table> |
34 </table> |
|
35 |
37 <hr /> |
36 <hr /> |
38 <hr /> |
37 <hr /> |
39 <a NAME="cpyWiznetInit" ID="cpyWiznetInit"></a> |
38 <a NAME="cpyWiznetInit" ID="cpyWiznetInit"></a> |
40 <h2>cpyWiznetInit</h2> |
39 <h2>cpyWiznetInit</h2> |
41 <b>cpyWiznetInit</b>(<i></i>) |
40 <b>cpyWiznetInit</b>(<i></i>) |
42 |
|
43 <p> |
41 <p> |
44 Function to get the WIZnet 5x00 initialization code for CircuitPython. |
42 Function to get the WIZnet 5x00 initialization code for CircuitPython. |
45 </p> |
43 </p> |
|
44 |
46 <dl> |
45 <dl> |
47 <dt>Return:</dt> |
46 <dt>Return:</dt> |
48 <dd> |
47 <dd> |
49 string containing the code to initialize the WIZnet 5x00 ethernet interface |
48 string containing the code to initialize the WIZnet 5x00 ethernet interface |
50 </dd> |
49 </dd> |
59 <hr /> |
58 <hr /> |
60 <hr /> |
59 <hr /> |
61 <a NAME="mpyWiznetInit" ID="mpyWiznetInit"></a> |
60 <a NAME="mpyWiznetInit" ID="mpyWiznetInit"></a> |
62 <h2>mpyWiznetInit</h2> |
61 <h2>mpyWiznetInit</h2> |
63 <b>mpyWiznetInit</b>(<i></i>) |
62 <b>mpyWiznetInit</b>(<i></i>) |
64 |
|
65 <p> |
63 <p> |
66 Function to get the WIZnet 5x00 initialization code for MicroPython. |
64 Function to get the WIZnet 5x00 initialization code for MicroPython. |
67 </p> |
65 </p> |
|
66 |
68 <dl> |
67 <dl> |
69 <dt>Return:</dt> |
68 <dt>Return:</dt> |
70 <dd> |
69 <dd> |
71 string containing the code to initialize the WIZnet 5x00 ethernet interface |
70 string containing the code to initialize the WIZnet 5x00 ethernet interface |
72 </dd> |
71 </dd> |