I updated the library files, have the right versions of each software, but I still get this illegal access error when I try to get the arduino input example from processing to work.
The Arduino sketch works and was uploaded successfully.
I'm trying to make adjacent tiles of animated colorful lines, alternating between vertical and horizontal animation.
The first void draw code yielded a nice corner, tile, but my second attempt at creating a second adjacent tile with the same logic gave me the prompt "duplicate method draw()"
How can I avoid this error and continue on my project? please see screen shot below.