Language Structure

The void on the left means that the function does not return a value. The void on the right means that there are no arguments for the function to act upon.

The void on the right is optional. The parenthesis are required but may be empty. The void on the left is required when the function returns nothing.

Arduino functions