diff -r dad1f6d37366 -r a82014a9e57b src/eric7/Documentation/Source/eric7.MicroPython.EthernetDialogs.WiznetUtilities.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.EthernetDialogs.WiznetUtilities.html Sun Mar 12 14:56:04 2023 +0100 @@ -0,0 +1,56 @@ +<!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> \ No newline at end of file