Secret Labs LLC Netduino Go RGB Led Module

Various
Delivered between Sat, 3.5. and Wed, 7.5.
Only 3 items in stock at supplier

Product details

The netduino GO! RGB LED module is a single RGB LED, a very bright
one! The LED is set to only go up to 33% of its possible brightness.

Sample Code:

using System.Threading; namespace Module_Tests { public class Program
{ public static void Main() { NetduinoGo.RgbLed led = new
NetduinoGo.RgbLed(); led.SetColor(0, 0, 0); Thread.Sleep(2000);
led.SetColor(255, 0, 0); Thread.Sleep(2000); led.SetColor(0, 255, 0);
Thread.Sleep(2000); led.SetColor(0, 0, 255); Thread.Sleep(2000);
led.SetColor(255, 255, 0); Thread.Sleep(2000); led.SetColor(0, 255,
255); Thread.Sleep(2000); led.SetColor(255, 0, 255);
Thread.Sleep(2000); led.SetColor(255, 255, 255); // 255 - Full
brightness // 0 - Off } } }

30-day right of returnReturn policy
24 Months Bring-in WarrantyWarranty provisions

Compare products

Goes with

Reviews & Ratings