Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 5159db8b authored by Mark Yoder's avatar Mark Yoder
Browse files

Removed nested tab

parent 768667b1
Branches
No related merge requests found
......@@ -57,42 +57,41 @@ take the ``ssh (Linux/Mac)`` tab. Finally take the
line within VS Code, or run them by clicking the
``RUN Code`` button.
.. tabs::
.. group-tab:: Running via the command line
Running via the command line
Open a terminal window in VS Code by dropping down the
``Terminal`` menu and selecting ``New Terminal`` (or entering
``Ctrl+Shift+```). The terminal window appears at the
bottom of the screen as shown below.
Open a terminal window in VS Code by dropping down the
``Terminal`` menu and selecting ``New Terminal`` (or entering
``Ctrl+Shift+```). The terminal window appears at the
bottom of the screen as shown below.
.. figure:: figures/vscode3.png
.. figure:: figures/vscode3.png
You can now enter commands and see them run as shown below.
You can now enter commands and see them run as shown below.
.. figure:: figures/vscode4.png
.. figure:: figures/vscode4.png
.. group-tab:: Running via the ``RUN`` button
Running via the ``RUN`` button
Use the file navigator on the left to navigate to
``examples/BeagleBone/Black/blinkInternalLED.sh``
and you will see:
Use the file navigator on the left to navigate to
``examples/BeagleBone/Black/blinkInternalLED.sh``
and you will see:
.. figure:: figures/vscode2.png
.. figure:: figures/vscode2.png
This code blinks one of the USR LEDs built into the board.
Click on the ``RUN Code`` triangle on the upper right of
the screen to run the code. (You could also enter ``Ctrl+Alt+N``)
The USR3 LED should now be blinking.
This code blinks one of the USR LEDs built into the board.
Click on the ``RUN Code`` triangle on the upper right of
the screen to run the code. (You could also enter ``Ctrl+Alt+N``)
The USR3 LED should now be blinking.
Click on the ``Stop Code Run`` (``Ctrl+Alt+M``) square to the right of the
``Run Code`` button.
Click on the ``Stop Code Run`` (``Ctrl+Alt+M``) square to the right of the
``Run Code`` button.
Time to play! Try changing the LED number (on line 10) from
3 to something else. Click the ``Run Code`` button (no
need to save the file, autosave is on by default).
Time to play! Try changing the LED number (on line 10) from
3 to something else. Click the ``Run Code`` button (no
need to save the file, autosave is on by default).
Try running ``seqLEDs.py``.
Try running ``seqLEDs.py``.
.. group-tab:: ssh (Linux/Mac)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment