Datasheet

Arduino Uno
Interface to Arduino USB boards, e.g. Uno and Mega2560.
Initialization of the Arduino board
Install the Arduino environment on your development station.
Connect the Arduino board to the development station and examine the device, normally
/dev/ttyACM0 on linux.
Open the sketch
$pwr_inc/pwr_arduino_uno.ino
in the Arduino Development Environment. Select board type in Tools/Board in the menu, and serial
port in Tools/Serial Port. Press the Upload button.
Fig The Arduino Development Environment