any body know about arduino and c++ coding
Answers
Answered by
0
Answer:
yes i do
Explanation:
Answered by
1
Answer:
The Arduino Programming Language is basically a framework built on top of C++. ... The main difference from “normal” C or C++ is that you wrap all your code into 2 main functions. You can have more than 2, of course, but any Arduino program must provide at least those 2. One is called setup() , the other is called loop() .
Similar questions