Arduino - Notes
With Ubuntu 18.04 serial port permissions changed, so to allow Arduino IDE to write to the board do the following:
sudo chmod a+rw /dev/ttyACM0
With Ubuntu 18.04 serial port permissions changed, so to allow Arduino IDE to write to the board do the following:
sudo chmod a+rw /dev/ttyACM0