I have a circuit based around an ATTINY84 and the V-USB stack which works perfectly on one computer but not another. I have tracked the problem down to this function call and the ISR which it starts: void enableIRIn() { // setup pulse clock timer interrupt //Prescale /8 (16M/8 = 0.5 microseconds per...