Modifying the clock rate for shiftin()

ajofscott:
The issue was the fashion I was trying to use shiftIn(). I was not treating it as a function, but was trying to pass a buffer to it in the call arguments.

I'm surprised the compiler let you do that without complaining. Perhaps you should turn up your warning levels in Preferences. Better too many warnings than too few!