2.0 Hello World

The content on this page was translated automatically.

If we use the "Arduino C++", the initialization is a little more complex. For example, we need 22 long lines (see right) instead of 3 short ones (see also right) to determine whether a pin is to be an input or an output.

The advantage is, of course, that we have given each pin a name.

But okay, let's give it a try...