summaryrefslogtreecommitdiff
path: root/docs/esp32
diff options
context:
space:
mode:
authorrobert-hh <robert@hammelrath.com>2022-12-24 16:52:55 +0100
committerDamien George <damien@micropython.org>2023-01-18 10:05:13 +1100
commit4b52003fb822c04651009b109ba403a23965cb0d (patch)
tree9103011856472fc202443234f8e0da6405412ff9 /docs/esp32
parentefb4bd35551ef1de393c088ce6d75ced7e810b64 (diff)
esp32/network_lan: Support configuration of ETH ref_clk pin.
Both the direction and the Pin used for ref_clk can now be configured. It Requires at least idf v4.4. The new keyword arguments to the constructor are: - ref_clk_mode=mode: with mode being Pin.IN or Pin.OUT. If it is not set, then the default configuration is used, which may be configured by kconfig settings. - ref_clk=pin_obj: which defines the Pin used for ref_clk. This is either Pin(0), Pin(16) or Pin(17). No check is done for the pin number. If it is the wrong one, it simply will not work. Besides that, no harm.
Diffstat (limited to 'docs/esp32')
0 files changed, 0 insertions, 0 deletions