Hi,
Can someone please confirm that the Arduino UNO simulator does not support using an external source to clock Timer 1 from pin 5 (T1).
Using this line of code: TCCR1B = bit(CS10) | bit(CS11) | bit(CS12);
does not seem to increment TCNT1 when connecting Function Generator to pin 5.
Janjos