Here is the question: I hope to use ATMEGA168's clock to drive external circuit. According to its manual, PB0/CLKO (which is Arduino digital 8) can do that, probably with fuse-bit set.
How to do that with the Arduino IDE?
Here is the question: I hope to use ATMEGA168's clock to drive external circuit. According to its manual, PB0/CLKO (which is Arduino digital 8) can do that, probably with fuse-bit set.
How to do that with the Arduino IDE?
I realize I can simply use (high frequency) PWM, which is already addressed in earlier posts