--- a/src/eric7/Documentation/Source/eric7.MicroPython.EthernetDialogs.WiznetUtilities.html Tue Mar 14 13:19:33 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.EthernetDialogs.WiznetUtilities.html Tue Mar 14 13:23:13 2023 +0100 @@ -26,18 +26,44 @@ <table> <tr> -<td><a href="#wiznetInit">wiznetInit</a></td> -<td>Function to get the WIZnet 5x00 initialization code.</td> +<td><a href="#cpyWiznetInit">cpyWiznetInit</a></td> +<td>Function to get the WIZnet 5x00 initialization code for CircuitPython.</td> +</tr> +<tr> +<td><a href="#mpyWiznetInit">mpyWiznetInit</a></td> +<td>Function to get the WIZnet 5x00 initialization code for MicroPython.</td> </tr> </table> <hr /> <hr /> -<a NAME="wiznetInit" ID="wiznetInit"></a> -<h2>wiznetInit</h2> -<b>wiznetInit</b>(<i></i>) +<a NAME="cpyWiznetInit" ID="cpyWiznetInit"></a> +<h2>cpyWiznetInit</h2> +<b>cpyWiznetInit</b>(<i></i>) <p> - Function to get the WIZnet 5x00 initialization code. + Function to get the WIZnet 5x00 initialization code for CircuitPython. +</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 /> +<hr /> +<a NAME="mpyWiznetInit" ID="mpyWiznetInit"></a> +<h2>mpyWiznetInit</h2> +<b>mpyWiznetInit</b>(<i></i>) + +<p> + Function to get the WIZnet 5x00 initialization code for MicroPython. </p> <dl> <dt>Return:</dt>