.NET Core and GPIO on the Raspberry PI - LEDs and GPIO ...
www.darenmay.com › iot › cOct 16, 2019 · For this article, we will focus on plain vanilla GPIO. Create a Simple LED Flasher Let's create a .NET Core Console app that uses GPIO to flash an LED. Connect to your PI via a terminal. Navigate to a directory where you want to create your project folder. To create you project folder, enter the following command: mkdirSimpleFlasher