What kind of statement do you need to communicate to the Make Controller if im using C.
Up to .NET C#
What kind of statement do you need to communicate to the Make Controller if im using C.
I am planning on using C or C# to program the make controller to run servo motor on the board. What would i need to include in the statement where you import statement at the top.
AS in:
#include "servo.h"
also it gives me an error saying no class found. WHere do i download the library and attach it.
Re: What kind of statement do you need to communicate to the Make Controller if im using C.
Can someone write a simple program in C or C# that make the led work. Just to give me some ideas to start of with
Re: What kind of statement do you need to communicate to the Make Controller if im using C.
There is a simple program for .NET C# here that was written for USB communication with Ethernet commented out
http://www.makingthings.com/resources/downloads
there is info on how to use it here:
http://www.makingthings.com/ref/dotnet/html/
note: the USB system does not work very well with C#, I highly recommend using an ethernet connection.
Re: What kind of statement do you need to communicate to the Make Controller if im using C.
If you are using C, you may want to checkout the mchelper source (CPP) and there are resources on the net regarding OSC libraries.
If I come across it I'll post it here.
Tim

