Skip to content

Commit ec21508

Browse files
author
brentru
committed
add new section, add module to bundle
1 parent d6e2ae9 commit ec21508

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -655,3 +655,6 @@
655655
[submodule "libraries/helpers/progressbar"]
656656
path = libraries/helpers/progressbar
657657
url = https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar.git
658+
[submodule "libraries/drivers/wiznet5k"]
659+
path = libraries/drivers/wiznet5k
660+
url = [email protected]:adafruit/Adafruit_CircuitPython_Wiznet5k.git

docs/drivers.rst

+9
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,15 @@ These sensors measure the ``distance`` to another object and may also measure li
378378
VL6180x 5 - 100 mm <https://circuitpython.readthedocs.io/projects/vl6180x/en/latest/>
379379
VL53L0x ~30 - 1000 mm <https://circuitpython.readthedocs.io/projects/vl53l0x/en/latest/>
380380

381+
Ethernet
382+
----------
383+
384+
These chips communicate over the Ethernet networking standard.
385+
386+
.. toctree::
387+
388+
Wiznet 5k Ethernet modules over SPI <https://circuitpython.readthedocs.io/projects/wiznet5k/en/latest/>
389+
381390
Radio
382391
--------
383392

libraries/drivers/wiznet5k

Submodule wiznet5k added at 5cd1e5b

0 commit comments

Comments
 (0)