end2endzone / win32Arduino

win32Arduino is a windows/linux implementation of many arduino functions to allow an arduino library developer to unit test code outside of the arduino platform.
MIT License
2 stars 2 forks source link

Realtime clock strategy using microseconds timer #13

Closed end2endzone closed 6 years ago

end2endzone commented 6 years ago

QueryPerformanceCounter() is not portable but it would support both millis() and micros() function calls.

end2endzone commented 6 years ago

The feature will be available once issue #25 is implemented.