File tree
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -32,7 +32,7 @@ The following features are supported:
|
32 | 32 | * constants defined with ``.set``
|
33 | 33 | * constants defined with ``#define``
|
34 | 34 | * expressions in assembly code and constant definitions
|
35 |
| -* RTC convenience macros (e.g. WRITE_RTC_REG) |
| 35 | +* RTC convenience macros (e.g. ``WRITE_RTC_REG``) |
36 | 36 | * many ESP32 ULP code examples found on the web will work unmodified
|
37 | 37 |
|
38 | 38 |
|
@@ -52,7 +52,7 @@ To get going run the following directly on the ESP32:
|
52 | 52 | # First, upload examples/counter.py to the ESP32.
|
53 | 53 | import counter
|
54 | 54 |
|
55 |
| -The `counter.py </examples/counter.py>`_ example shows how to assemble code, load |
| 55 | +The `examples/counter.py </examples/counter.py>`_ example shows how to assemble code, load |
56 | 56 | and run the resulting binary and exchange data between the ULP and the main CPU.
|
57 | 57 |
|
58 | 58 |
|
|
You can’t perform that action at this time.
0 commit comments