Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
<!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="#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="cpyWiznetInit" ID="cpyWiznetInit"></a> <h2>cpyWiznetInit</h2> <b>cpyWiznetInit</b>(<i></i>) <p> 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> <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>