+ 2
Did you write a program using C# for Arduino? and What does it do?
lets say, you are learning C# to communicate Arduino. what is the purpose of your program? shortly, what is your project?
3 Respuestas
+ 3
Actuqlly Arduino has very limited functions. It isn't exactly C++. It has incorporated elements from it such as loop syntax.
And correction, it is C++ not C#.
+ 3
C-sharpuinows?
+ 2
when you program Arduino, you use C++. if you need to write an interface using C# to run on windows for sending data to Arduino or gather data from Arduino, what kind of project it would be?
combination of C# windows interface, Arduino connected to PC,, some sensors , etc.