mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 18:27:15 +02:00
Minor changes on the blink tutorial
This commit is contained in:
@ -5,9 +5,9 @@ Blink Interactive Tutorial
|
|||||||
Introduction
|
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
|
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.
|
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.
|
Here is the full blink code.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user