File tree Expand file tree Collapse file tree 3 files changed +33
-1
lines changed Expand file tree Collapse file tree 3 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 36
36
37
37
#include "shared-bindings/network/__init__.h"
38
38
39
+ //| :mod:`network` --- Network Interface Management
40
+ //| ===============================================
41
+ //|
42
+ //| .. module:: network
43
+ //| :synopsis: Network Interface Management
44
+ //| :platform: SAMD
45
+
39
46
#if MICROPY_PY_NETWORK
40
47
41
48
/// \module network - network configuration
Original file line number Diff line number Diff line change 35
35
36
36
#include "shared-bindings/network/__init__.h"
37
37
38
+ //| :mod:`wiznet` --- Support for WizNet hardware
39
+ //| =============================================
40
+ //|
41
+ //| .. module:: wiznet
42
+ //| :synopsis: Support for WizNet hardware
43
+ //| :platform: SAMD
44
+ //|
45
+ //| Doc content goes here
46
+ //|
47
+ //| Libraries
48
+ //|
49
+ //| .. toctree::
50
+ //| :maxdepth: 3
51
+ //|
52
+ //| wiznet5k
53
+ //|
54
+
38
55
extern const mod_network_nic_type_t mod_network_nic_type_wiznet5k ;
39
56
40
57
STATIC const mp_rom_map_elem_t mp_module_wiznet_globals_table [] = {
Original file line number Diff line number Diff line change 50
50
#include "internet/dns/dns.h"
51
51
#include "internet/dhcp/dhcp.h"
52
52
53
- /// \moduleref network
53
+ //| .. currentmodule:: wiznet
54
+ //|
55
+ //| :class:`WIZNET5K` -- wrapper for Wiznet 5500 Ethernet interface
56
+ //| ===============================================================
57
+ //|
58
+ //| .. class:: WIZNET5K(spi, cs, rst)
59
+ //|
60
+ //| Create a new WIZNET5500 interface using the specified pins
61
+ //|
54
62
55
63
typedef struct _wiznet5k_obj_t {
56
64
mp_obj_base_t base ;
You can’t perform that action at this time.
0 commit comments