Skip to content

Commit e1cdbd7

Browse files
committed
Minor changes on the blink tutorial
1 parent 7a35be3 commit e1cdbd7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: docs/source/tutorials/blink.rst

+6-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Blink Interactive Tutorial
55
Introduction
66
------------
77

8-
This is the interactive blink tutorial using `Wokwi`_. For this tutorial you don't need the ESP32 board or the Arduino toolchain.
8+
This is the interactive blink tutorial using `Wokwi`_. For this tutorial, you don't need the ESP32 board or the Arduino toolchain.
99

10-
.. note:: If you don't want to use this tutorial with the simulation, you can copy and paste the code from `Wokwi`_ editor and use on the Arduino IDE or PlatformIO.
10+
.. note:: If you don't want to use this tutorial with the simulation, you can copy and paste the :ref:`blink_example_code` from `Wokwi`_ editor and use on the Arduino IDE or PlatformIO.
1111

1212
About this Tutorial
1313
-------------------
@@ -79,8 +79,10 @@ This simulator is provided by `Wokwi`_ and you can test the blink code and play
7979

8080
Change the parameters, like the delay period, to test the code right on your browser. You can add more LEDs, change the GPIO and more.
8181

82-
Code
83-
----
82+
.. _blink_example_code:
83+
84+
Example Code
85+
------------
8486

8587
Here is the full blink code.
8688

0 commit comments

Comments
 (0)