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

Member Since 15 Jan 2013
Offline Last Active Jan 18 2013 12:37 AM
-----

Posts I've Made

In Topic: using SecretLabs.NETMF.Hardware.NetduinoGo

17 January 2013 - 03:28 PM

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?


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.