This project allows for python to render/process/simulate/edit/generate an image, which then gets send through arduino's Serial connection to be able to show the ...
setup() Function: This function runs once when the Arduino is powered on or reset. It sets pin 13 as an output (where the LED is connected) and initializes serial communication at a baud rate of 9600.