Did you write a program using C# for Arduino? and What does it do? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

7th Jul 2017, 7:15 AM
Hakan Kaynar
Hakan Kaynar - avatar
3 Answers
+ 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#.
10th Jul 2017, 3:17 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
C-sharpuinows?
10th Jul 2017, 5:21 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 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.
10th Jul 2017, 4:33 AM
Hakan Kaynar
Hakan Kaynar - avatar