Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/iot/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ On the **Run** tab, select the **.NET Core Launch (remote console)** configurati

## Debug from Visual Studio on Windows

Visual Studio can debug .NET apps on remote devices remotely via SSH. No specialized configuration is required on the device. For details on using Visual Studio to debug .NET remotely, see [Remote debug .NET on Linux using SSH](/visualstudio/debugger/remote-debugging-dotnet-core-linux-with-ssh?view=vs-2019).
Visual Studio can debug .NET apps on remote devices via SSH. No specialized configuration is required on the device. For details on using Visual Studio to debug .NET remotely, see [Remote debug .NET on Linux using SSH](/visualstudio/debugger/remote-debugging-dotnet-core-linux-with-ssh?view=vs-2019).

::: zone-end
2 changes: 1 addition & 1 deletion docs/iot/includes/tutorial-rpi-gpio.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--markdownlint-disable DOCSMD011 -->
Refer to the following pinout diagram as needed.
Refer to the following pinout diagram as needed:

:::image type="content" source="../media/gpio-pinout-diagram-thumb.png" alt-text="A diagram showing the pinout of the Raspberry Pi GPIO header. Image courtesy Raspberry Pi Foundation." lightbox="../media/gpio-pinout-diagram.png":::<br />[Image courtesy Raspberry Pi Foundation](https://www.raspberrypi.org/documentation/usage/gpio/) <span class="docon docon-navigate-external x-hidden-focus"></span>.
2 changes: 2 additions & 0 deletions docs/iot/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ landingContent:
url: https://www.raspberrypi.org/documentation/
- linkListType: how-to-guide
links:
- text: Passwordless SSH access >>
url: https://www.raspberrypi.org/documentation/remote-access/ssh/passwordless.md
- text: Setting up a Raspberry Pi headless >>
url: https://www.raspberrypi.org/documentation/configuration/wireless/headless.md
- text: Run a .NET app automatically at boot >>
Expand Down
6 changes: 3 additions & 3 deletions docs/iot/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ ms.prod: dotnet

The .NET IoT Libraries are composed of two NuGet packages:

- [System.Device.Gpio] (https://www.nuget.org/packages/System.Device.Gpio/) <span class="docon docon-navigate-external x-hidden-focus"></span>
- [Iot.Device.Bindings] (https://www.nuget.org/packages/Iot.Device.Bindings/) <span class="docon docon-navigate-external x-hidden-focus"></span>
- [System.Device.Gpio](https://www.nuget.org/packages/System.Device.Gpio/) <span class="docon docon-navigate-external x-hidden-focus"></span>
- [Iot.Device.Bindings](https://www.nuget.org/packages/Iot.Device.Bindings/) <span class="docon docon-navigate-external x-hidden-focus"></span>

### System.Device.Gpio

Expand Down Expand Up @@ -54,7 +54,7 @@ Commonly used device bindings include:
`System.Device.Gpio` is supported on most versions of Linux that support ARM/ARM64 and Windows 10 IoT Core.

> [!TIP]
> For Raspberry Pi, [Raspberry Pi OS >>](https://www.raspberrypi.org/documentation/installation/installing-images/README.md) <span class="docon docon-navigate-external x-hidden-focus"></span> (formerly Raspbian) is recommended.
> For Raspberry Pi, [Raspberry Pi OS](https://www.raspberrypi.org/documentation/installation/installing-images/README.md) <span class="docon docon-navigate-external x-hidden-focus"></span> (formerly Raspbian) is recommended.

## Supported hardware platforms

Expand Down
2 changes: 0 additions & 2 deletions docs/iot/tutorials/blink-led.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ The image above depicts the following connections:
- LED cathode (shorter, negative lead) to 330 Ω resistor (either end)
- 330 Ω resistor (other end) to ground

Refer to the following pinout diagram as needed:

[!INCLUDE [tutorial-rpi-gpio](../includes/tutorial-rpi-gpio.md)]

[!INCLUDE [gpio-breakout](../includes/gpio-breakout.md)]
Expand Down