Blinking LEDs with Raspberry Pi (C#)
I use the Raspberry Pi to blink LEDs — with C# and .NET GPIO APIs — in weird and wonderful ways. It’s straightforward to blink a single LED, but it gets cumbersome to wire and control multiple LEDs once you get past half a dozen. In this post, I’ll show you how to control multiple LEDs easily, with a mix of code and hardware.
#csharp #raspi #raspberrypi #pi #LED
https://devblogs.microsoft.com/dotnet/blinking-leds-with-raspberry-pi/
I use the Raspberry Pi to blink LEDs — with C# and .NET GPIO APIs — in weird and wonderful ways. It’s straightforward to blink a single LED, but it gets cumbersome to wire and control multiple LEDs once you get past half a dozen. In this post, I’ll show you how to control multiple LEDs easily, with a mix of code and hardware.
#csharp #raspi #raspberrypi #pi #LED
https://devblogs.microsoft.com/dotnet/blinking-leds-with-raspberry-pi/
Microsoft News
Blinking LEDs with Raspberry Pi
Learn how to use the Raspberry Pi to blink LEDs with C# and .NET GPIO APIs.