Tutorial 04: Understanding Syntax Welcome back! The coding language that Arduino uses is very much like C++ (“see plus plus”), which is a common language in the world of computing. The code you learn to write for your Arduino will be very similar to code you write in any other computer language – all the basic concepts remain the same – it is just a matter of learning a new dialect should you pursue other ventures. The code you will be writing is called “human readable”, that is, it will make sense to you (sometimes) and will be organized for a human to follow. Part of the job of the IDE is to take the human readable code and translate it into machine-readable code to be executed by the Arduino. This process is called compiling. (click here to read the full article >>) |
0 comments:
Post a Comment