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.

Hu5ton's Content

There have been 2 items by Hu5ton (Search limited from 06-July 23)


By content type

See this member's

Sort by                Order  

#43608 using SecretLabs.NETMF.Hardware.NetduinoGo

Posted by Hu5ton on 17 January 2013 - 03:28 PM in Netduino Go

Hi Hu5ton, To create an object to control your RGB LED, just go ahead and use the full name of the class:

NetduinoGo.RgbLed myLed = new NetduinoGo.RgbLed();
The using statement up top is actually for a different purpose. You can add "using NetduinoGo;" at the top if you'd like, so that you don't have to type "NetduinoGo." as frequently. Welcome to the Netduino community, Chris

Thanks!

 

I tried to add "using NetduinoGo" to the top but it doesn't seem to be an option. Am I missing some references or something else?




#43571 using SecretLabs.NETMF.Hardware.NetduinoGo

Posted by Hu5ton on 17 January 2013 - 03:11 AM in Netduino Go

Hey I'm trying to learn how to program my Netduino Go for a project at my university but I am having some trouble. I want to start with the rgb module but in all examples they have using NetdiunoGo while im with "SecretLabs.NETMF.Hardware.NetduinoGo" so I cant use NetduinoGo.Button or .rgb. Am I doing something wrong? Any help would be appreciated!





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.