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.
9878 | 1 | <!DOCTYPE html> |
2 | <html><head> | |
3 | <title>eric7.MicroPython.EthernetDialogs</title> | |
4 | <meta charset="UTF-8"> | |
5 | <link rel="stylesheet" href="styles.css"> | |
6 | </head> | |
7 | <body> | |
8 | <h1>eric7.MicroPython.EthernetDialogs</h1> | |
9 | <p> | |
10 | Package implementing Ethernet related dialogs. | |
11 | </p> | |
12 | ||
13 | ||
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10153
diff
changeset
|
14 | |
9878 | 15 | <h3>Modules</h3> |
16 | <table> | |
17 | ||
18 | <tr> | |
19 | <td><a href="eric7.MicroPython.EthernetDialogs.EthernetController.html">EthernetController</a></td> | |
20 | <td>Module implementing the Ethernet related functionality.</td> | |
21 | </tr> | |
22 | <tr> | |
23 | <td><a href="eric7.MicroPython.EthernetDialogs.EthernetStatusDialog.html">EthernetStatusDialog</a></td> | |
24 | <td>Module implementing a dialog to show Ethernet related status information.</td> | |
25 | </tr> | |
26 | <tr> | |
10153 | 27 | <td><a href="eric7.MicroPython.EthernetDialogs.HostnameDialog.html">HostnameDialog</a></td> |
28 | <td>Module implementing a dialog to enter a host name for the device.</td> | |
29 | </tr> | |
30 | <tr> | |
9878 | 31 | <td><a href="eric7.MicroPython.EthernetDialogs.IPv4AddressDialog.html">IPv4AddressDialog</a></td> |
32 | <td>Module implementing a dialog to enter an IPv4 address.</td> | |
33 | </tr> | |
34 | <tr> | |
35 | <td><a href="eric7.MicroPython.EthernetDialogs.WiznetUtilities.html">WiznetUtilities</a></td> | |
36 | <td>Module implementing WIZnet 5x00 related utility functions.</td> | |
37 | </tr> | |
38 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10153
diff
changeset
|
39 | </body></html> |