Input and Output
Each of the 20 general purpose I/O pins on the Zero can be used for digital input or digital output using pinMode(), digitalWrite(), and digitalRead() functions. Pins that can be used for PWM output are: 3, 4, 5, 6, 8, 9, 10, 11, 12, 13 using analogWrite() function. All pins operate at 3.3 volts. Each pin can source or sink a maximum of 7 mA and has an internal pull-up resistor (disconnected by default) of 20-50 kOhms.
Programming
Uploading sketches to the SAMD21 is different from the AVR microcontrollers found in other Arduino & Genuino boards. Either USB port can be used for programming the board, although using the Programming port is recommended due to the way the erasing of the chip is handled