RGB LED example for Olimexino
This example was toggling an RGB LED connected to digital output pins 5, 6 and 7. The particular Maple variant was the one found at Olimexino Code void setup()…
This example was toggling an RGB LED connected to digital output pins 5, 6 and 7. The particular Maple variant was the one found at Olimexino Code void setup()…
This example uses the NET Micro Framework Toolbox available from http://netmftoolbox.codeplex.com/ We simply flash a RGB LED . Code using System; using System.Threading; using Microsoft.SPOT; using Microsoft.SPOT.Hardware; using SecretLabs.NETMF.Hardware; using…