Running Processing 3.3.7 on Macbook Pro. Trying to compile Example 4.1 Blinking LED code but get error messages:
The variable "OUTPUT" does not exist
The variable "HIGH" does not exist
The variable "LOW" does not exist
Have tried to add #include <Arduino.h> but this statement is not recognized. How do I attach to the library that defines OUTPUT, HIGH, and LOW?
Also had to remove const from line 3.
See attached screenshot.
