Read I2C data from Arduino slave

Agree, really like the idea of using I2C to trigger action on an attached microcontroller - compared to having to do message-parsing in Serial, which comes with its own sets of problems. Additionally, I2C communication with a 5V Arduino worked fine without any level-shifting even, which makes this even more versatile.

Processing 3.3.7.1 is out now, which has the aformementioned fixes.