Added functionality for Arduino Leonardo to utilise rf12_set_cs(x) function where x is the Arduino digital pin to be used as RF12B's CS pin. Only digital 10,9 or 8 can be used since they are on the same port. If rf12_set_cs(x) is not called JeeLib will default to standard library pin definitions (digital 10 for Arduino Uno and Leonardo) .
Added functionality for Arduino Leonardo to utilise rf12_set_cs(x) function where x is the Arduino digital pin to be used as RF12B's CS pin. Only digital 10,9 or 8 can be used since they are on the same port. If rf12_set_cs(x) is not called JeeLib will default to standard library pin definitions (digital 10 for Arduino Uno and Leonardo) .