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

branch
mpy_network
changeset 9891
e58c3fadcacc
parent 9878
a82014a9e57b
child 10479
856476537696
equal deleted inserted replaced
9890:66a6d3f131cc 9891:e58c3fadcacc
24 <h3>Functions</h3> 24 <h3>Functions</h3>
25 25
26 <table> 26 <table>
27 27
28 <tr> 28 <tr>
29 <td><a href="#wiznetInit">wiznetInit</a></td> 29 <td><a href="#cpyWiznetInit">cpyWiznetInit</a></td>
30 <td>Function to get the WIZnet 5x00 initialization code.</td> 30 <td>Function to get the WIZnet 5x00 initialization code for CircuitPython.</td>
31 </tr>
32 <tr>
33 <td><a href="#mpyWiznetInit">mpyWiznetInit</a></td>
34 <td>Function to get the WIZnet 5x00 initialization code for MicroPython.</td>
31 </tr> 35 </tr>
32 </table> 36 </table>
33 <hr /> 37 <hr />
34 <hr /> 38 <hr />
35 <a NAME="wiznetInit" ID="wiznetInit"></a> 39 <a NAME="cpyWiznetInit" ID="cpyWiznetInit"></a>
36 <h2>wiznetInit</h2> 40 <h2>cpyWiznetInit</h2>
37 <b>wiznetInit</b>(<i></i>) 41 <b>cpyWiznetInit</b>(<i></i>)
38 42
39 <p> 43 <p>
40 Function to get the WIZnet 5x00 initialization code. 44 Function to get the WIZnet 5x00 initialization code for CircuitPython.
45 </p>
46 <dl>
47 <dt>Return:</dt>
48 <dd>
49 string containing the code to initialize the WIZnet 5x00 ethernet interface
50 </dd>
51 </dl>
52 <dl>
53 <dt>Return Type:</dt>
54 <dd>
55 str
56 </dd>
57 </dl>
58 <div align="right"><a href="#top">Up</a></div>
59 <hr />
60 <hr />
61 <a NAME="mpyWiznetInit" ID="mpyWiznetInit"></a>
62 <h2>mpyWiznetInit</h2>
63 <b>mpyWiznetInit</b>(<i></i>)
64
65 <p>
66 Function to get the WIZnet 5x00 initialization code for MicroPython.
41 </p> 67 </p>
42 <dl> 68 <dl>
43 <dt>Return:</dt> 69 <dt>Return:</dt>
44 <dd> 70 <dd>
45 string containing the code to initialize the WIZnet 5x00 ethernet interface 71 string containing the code to initialize the WIZnet 5x00 ethernet interface

eric ide

mercurial