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.

Domin8or1234

Member Since 26 Sep 2013
Offline Last Active Oct 01 2013 11:44 PM
-----

Topics I've Started

Resetting Netduino Plus 2

26 September 2013 - 10:24 PM

I have a Netduino Plus and it is blinking its LED. My dad programmed it to do that and I am trying to learn Netduino myself so, is there anyway I can reset it? I have googled it before and I've looked at other forums but none of them helped. Can anybody help me?

 

Also, I've tried to write this code without restarting it:

 

OutputPort led = new OutputPort(Pins.ONBOARD_LED, false);   InputPort button = new InputPort(Pins.ONBOARD_SW1, false, Port.ResistorMode.Disabled);   bool buttonState = false;   while (true)   {   buttonState = button.Read();   led.Write(buttonState);

 

but it said  "Attaching debugger engine... cannot attach debugger engine!"

It would be awesome if I got help on that to!


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.