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.

duckyshine

Member Since 08 Sep 2014
Offline Last Active Sep 16 2014 10:46 AM
-----

Posts I've Made

In Topic: Netduino References?

11 September 2014 - 02:14 AM

Screen shots would be much much appreciated thanks!


In Topic: Netduino References?

10 September 2014 - 01:11 AM

Not sure you understood what I was asking, I mean like the Go!modules for visual studios.  

 

 

In this link: https://encrypted-tb...hotVtSQqV0VHi7w

 

 

 

 

 

  • [*]Add the references for the go!modules you'd like to use (NetduinoGo.Button.dll, Nwazet.Relay.dll, etc.) using the "Add References..." dialog.
    [/list]Now go ahead and plug in the modules that you'd like to use.

 

 

 

  1. NetduinoGo.Button button = new NetduinoGo.Button(); // find first available buttonbutton.ButtonReleased += new NetduinoGo.Button.ButtonEventHandler(button_ButtonReleased);static void button_ButtonReleased(object sender, bool buttonState){ Debug.Print("Button has been released.");}

 

 

 

 

I don't have any of the modules thus NetduinoGo.Button is not recognized? No link that I could find?


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.