We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf351d24 commit05cb543Copy full SHA for 05cb543
README.rst
@@ -32,7 +32,7 @@ The following features are supported:
32
* constants defined with ``.set``
33
* constants defined with ``#define``
34
* expressions in assembly code and constant definitions
35
-* RTC convenience macros (e.g. WRITE_RTC_REG)
+* RTC convenience macros (e.g.``WRITE_RTC_REG``)
36
* many ESP32 ULP code examples found on the web will work unmodified
37
38
@@ -52,7 +52,7 @@ To get going run the following directly on the ESP32:
52
# First, upload examples/counter.py to the ESP32.
53
import counter
54
55
-The `counter.py</examples/counter.py>`_ example shows how to assemble code, load
+The `examples/counter.py</examples/counter.py>`_ example shows how to assemble code, load
56
and run the resulting binary and exchange data between the ULP and the main CPU.
57
58