diff options
author | NitiKaur <nitikaur102@gmail.com> | 2021-08-26 08:49:10 +0530 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-10-14 23:31:45 +1100 |
commit | 4c9e17e0a16266523e5d89640f756a1a0ad2d8e3 (patch) | |
tree | dfa3cd630f18d70d95ec6e91b47c582bd7f86150 /docs/esp32/tutorial/index.rst | |
parent | 763042a28701ace91e63b263dc0d8faa6b8871a9 (diff) | |
download | micropython-4c9e17e0a16266523e5d89640f756a1a0ad2d8e3.tar.gz micropython-4c9e17e0a16266523e5d89640f756a1a0ad2d8e3.zip |
docs/esp32/tutorial: Add an example of peripheral control via regs.
Diffstat (limited to 'docs/esp32/tutorial/index.rst')
-rw-r--r-- | docs/esp32/tutorial/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/esp32/tutorial/index.rst b/docs/esp32/tutorial/index.rst index e9cfd9db10..c6242d731f 100644 --- a/docs/esp32/tutorial/index.rst +++ b/docs/esp32/tutorial/index.rst @@ -20,3 +20,4 @@ to `<https://www.python.org>`__. intro.rst pwm.rst + peripheral_access.rst |