Changing the pin function in the sketch setup() does not work:
pinMode(MISO, INPUT);For testing purpose, I changed the line in SPI.cpp begin() from
pinMode(MISO, SPECIAL);to
pinMode(MISO, INPUT);It does not work either.
Any pointers will be helpful.