Skip to content

Docs integration with Wokwi - Blink Tutorial #5685

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor changes on the blink tutorial
  • Loading branch information
pedrominatel committed Sep 20, 2021
commit e1cdbd7816e2c8255fe5227cba62e0684823201e
10 changes: 6 additions & 4 deletions docs/source/tutorials/blink.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------
Expand Down Expand Up @@ -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.

Expand Down