A generic library to support Max7221 chip for 8 digit 7 segment displays

Dependencies:   mbed

Dependents:   Example_Max7221

Fix load pin setup for SPI1.

for Max7221.cpp in line 48 should be: this->load = load1;

Fix to have load pin working with SPI1.