Timer1 Single Execution

renniejohnson:
Wow, that's amazing!!! I'm now easily able to change the exposure times by changing your prescaler enum, and the value in OCR1A.

Good. I thought you would be able to do that easily.

renniejohnson:
I'm having some trouble integrating this code into my project. As it is written, I can't get the interrupt function to trigger within my class implementation.

Interrupts and class functions tend not to mix as the classes normally require an instance variable (ie. the "this" variable) unless you declare them static. But you will be able to work around it one way or another.

Don't worry about sending me the code for the minute, but I'll get back to you if I want a copy, thanks!