Hello,
I'm trying to simulate some code that I will be using on a PIC microcontroller in Visual C++ 2010.
My microcontroller will use a timer interrupt to run a short subroutine every 125us. What would be the simplest way to achieve this in C++?
Thanks