different ways of write if statement in arduino code example
Example 1: arduino what is #if
The #if condition is evaluated only at compile time. The "if" is evaluated at run time.
Example 2: if arduino
pinMode(LED_BUILTIN, OUTPUT);
The #if condition is evaluated only at compile time. The "if" is evaluated at run time.
pinMode(LED_BUILTIN, OUTPUT);