what is arduino uno programming language
Answers
Answered by
0
Answer:
Arduino IDE is a special software running on your system that allows you to write sketches (synonym for program in Arduino language) for different Arduino boards. The Arduino programming language is based on a very simple hardware programming language called processing, which is similar to the C language.
Answered by
16
Answer:
The * (Asterisk) indicates the variable is a pointer. As for a small example: int x = 0; int *y = &x; //y is pointing to x const char* myText = "Text"; You might however be interested in learning a bit more about what pointers are.
hope ❤it's help☺gn
Similar questions