- 2
#define Trigpin 10 #define Echopin 11 #define buzzer 8 void setup(){ pinMode(Trigpin, OUTPUT); pinMode(Echopin, INP
Pleas this quesion amswer
4 Answers
+ 1
What is that? Arduino setup?
+ 1
Why arduino uses C++.
I heard that C is better choice for development boards
+ 1
Martin Taylor
I get it.
Object Oriented Programming makes it easier to use.
+ 1
Martin Taylor
I didn't knew that arduino's standard library uses that much Object Orientation.
That's why I thought that C is better choice.
Thanks! That explains everything.