From e1cdbd7816e2c8255fe5227cba62e0684823201e Mon Sep 17 00:00:00 2001 From: "pedro.minatel" Date: Mon, 20 Sep 2021 12:39:05 +0100 Subject: [PATCH] Minor changes on the blink tutorial --- docs/source/tutorials/blink.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/source/tutorials/blink.rst b/docs/source/tutorials/blink.rst index 4250a5fe..4de4c269 100644 --- a/docs/source/tutorials/blink.rst +++ b/docs/source/tutorials/blink.rst @@ -5,9 +5,9 @@ Blink Interactive Tutorial Introduction ------------ -This is the interactive blink tutorial using `Wokwi`_. For this tutorial you don't need the ESP32 board or the Arduino toolchain. +This is the interactive blink tutorial using `Wokwi`_. For this tutorial, you don't need the ESP32 board or the Arduino toolchain. -.. 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. +.. 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. About this Tutorial ------------------- @@ -79,8 +79,10 @@ This simulator is provided by `Wokwi`_ and you can test the blink code and play 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. -Code ----- +.. _blink_example_code: + +Example Code +------------ Here is the full blink code.