Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

need a litle bit help get set?


  • Please log in to reply
1 reply to this topic

#1 slaud

slaud

    New Member

  • Members
  • Pip
  • 8 posts

Posted 07 September 2013 - 06:25 PM

  public class Program   {   private static OutputPort _led = new OutputPort(Pins.ONBOARD_LED , false);   public static bool led   {   get { return led.Read(); }   set { led.Write(value); }   }   public static void Main()   {   led = true;   Thread.Sleep(Timeout.Infinite);   }

 

how i get it working? thank you



#2 slaud

slaud

    New Member

  • Members
  • Pip
  • 8 posts

Posted 08 September 2013 - 04:57 PM

thank you found my problem, i used Pins.ONBOARD_LED 2 times






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.