FEZ Spider API

Hi all,

Isn’t there any API for the functions of FEZ Spider (.Net Gadgeteer)? :’(
For example, to turn the LED on, I found a code on Internet with this function: led.BlinkOnce(GT.Color.Blue);
Now, I want to know how I can use other functions such as: led.fadeIn() or …

Welcome to the community.

We are working on it but for now, select the module in the designer and hit F1.

Unfortunately, it doesn’t work for my required functions and keywords such as: blink(), GHIElectronics, GTM, etc.
When will you release the API? I should finish my project with FEZ Spider till 20 days later.

The XML combined with DLLs on your PC got them all, like this one C:\Program Files (x86)\Microsoft .NET Gadgeteer\Core\Assemblies.NET Micro Framework 4.1

Thanks, it certainly is useful for me, but it doesn’t cover my required functions.

What is your “required function”?

functions about handling button events, taking photo, displaying something on screen and …

When you add a module in the designer, click on that module and hit F1

Check out:

C:\Program Files (x86)\GHI Electronics\GHI .NET Gadgeteer SDK\Kits\FEZ Spider Kit\Documentation\GettingStartedGuide\GettingStarted.htm

(or go to Start > GHI Electronics > GHI .NET Gadgeteer SDK > FEZ Spider Kit > Getting Started)

The tutorial there is what I used to get started, and it will help clarify things a great deal if you walk through it step by step.

Thank you so much.