-26.36%

Netduino Go - RGB Led Module

Netduino Go! - RGB Led Module
SKU: P00000317

3 pcs. available from stock

Regular Price: CHF12.90

Special Price CHF9.50

.

Fast shipping from our own warehouse in Steinhausen/ZG. Free delivery for orders starting from CHF 300.00!

Products can also be picked up.

Questions or suggestions? Contact us.

Product Description
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
        }
    }
}
Additional Information
Additional Information
SKU P00000317
Weight 0.0100
Manufacturer Secret Labs LLC
Reviews
Write Your Own Review

Only registered users can write reviews. Please, log in or register

Questions or Suggestions?

Do you have a question about a product? Do you have a suggestion for the description or even found an error? Contact us!