SPI PIN ON THE ARDUINO 2560 MEGA | MISO | MOSI | SCK | SS.
Input and Output Each of the 54 digital pins on the Arduino 2560 Mega can be used as an input or output, using pinMode(), digitalWrite(), and digitalRead() functions. They operate at 5 volts. Each pin can provide or receive a maximum of 40 mA and has an internal pull-up resistor (disconnected by default) of 20-50 … Read more