Netduino Code

RGB LED and Netduino example

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…

Read more

Multi color LED Netduino code example

Similar to Arduino example, same pinout. This will cycle through the red, green and blue colors.   using System; using System.Threading; using Microsoft.SPOT; using Microsoft.SPOT.Hardware; using SecretLabs.NETMF.Hardware; using SecretLabs.NETMF.Hardware.Netduino; namespace…

Read more