diff options
author | Damien George <damien.p.george@gmail.com> | 2017-10-16 15:51:56 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-10-16 15:51:56 +1100 |
commit | d90ade5e3e62b28c1f04d18f206509a488d62ec0 (patch) | |
tree | 238818329ed38d0fb56148f062b77124c4fdc056 /docs/library | |
parent | 06f2fdbe6103be55f102962dd6e6a9b5d0a217d2 (diff) |
docs/library/network: Update docs to state that W5500 is supported.
Diffstat (limited to 'docs/library')
-rw-r--r-- | docs/library/network.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/library/network.rst b/docs/library/network.rst index acb578a7c..3b0aa535e 100644 --- a/docs/library/network.rst +++ b/docs/library/network.rst @@ -224,7 +224,9 @@ parameter should be `id`. ============== This class allows you to control WIZnet5x00 Ethernet adaptors based on - the W5200 and W5500 chipsets (only W5200 tested). + the W5200 and W5500 chipsets. The particular chipset that is supported + by the firmware is selected at compile-time via the MICROPY_PY_WIZNET5K + option. Example usage:: |