Skip to content

Commit c8f8931

Browse files
committed
minor fixes
1 parent 11d06d6 commit c8f8931

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ CircuitPython demos running on various RP2040 boards
2222
## WaveShare RP2040-ETH
2323
[This](media/RP2040-ETH-details-inter.jpg) is a tiny **Pico** [clone](http://www.waveshare.com/wiki/RP2040-ETH) with USB-C port, 4MB flash and an onboard Ethernet interface.
2424

25+
- some usage [hints](microPython/RP2040-ETH.md)
26+
2527
## WaveShare RP2040-LCD-0.96
2628
[This](media/RP2040-LCD-0.96-details-7.jpg) is a tiny **Pico** [clone](http://www.waveshare.com/wiki/RP2040-LCD-0.96) with USB-C port, 2MB flash and a 160x80 pixel colorful LCD display.
2729

microPython/RP2040-ETH.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@
77
- download specs from [here](https://www.wch-ic.com/search?q=CH9120&t=downloads)
88

99

10-
## Code and documentation for CH9121 chip for Pico
11-
12-
- WaveShare [site](https://www.waveshare.com/pico-eth-ch9121.htm) and [wiki](https://www.waveshare.com/wiki/Pico-ETH-CH9121)
13-
- [examples](CH9121/)
14-
15-
- Github examples by [Danielerikrust](https://github.com/Danielerikrust/CH9121)
16-
- Github examples by [Splashaudio](https://github.com/Splashaudio/Pico-ETH-CH9121_basic
17-
18-
1910
## The internal connection between CH9120 and RP2040:
2011

2112
| CH9120 pins | RP2040 pins | Function |
@@ -26,3 +17,12 @@
2617
| CFG0 | GP18 | Network configuration enabled pin, low level for serial debugging mode |
2718
| RSTI | GP19 | Reset, active LOW |
2819

20+
21+
## Code and documentation for Pico-ETH-CH9121
22+
23+
- WaveShare [site](https://www.waveshare.com/pico-eth-ch9121.htm) and [wiki](https://www.waveshare.com/wiki/Pico-ETH-CH9121) and [examples](CH9121/)
24+
25+
- Github examples by [Danielerikrust](https://github.com/Danielerikrust/CH9121)
26+
- Github examples by [Splashaudio](https://github.com/Splashaudio/Pico-ETH-CH9121_basic)
27+
28+

0 commit comments

Comments
 (0)