Class which provides a handy interface to refresh a loop with microsecond precision within an RTOS.

Files at this revision

API Documentation at this revision

Comitter:
Electrotiger
Date:
Tue Aug 02 01:46:36 2016 +0000
Parent:
0:fb0d810af3de
Commit message:
Fixed #include in FixedRefresh.cpp to use the .h extension instead of the .hpp extension.

Changed in this revision

FixedRefresh.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r fb0d810af3de -r 4b00feda7702 FixedRefresh.cpp
--- a/FixedRefresh.cpp	Tue Aug 02 01:41:36 2016 +0000
+++ b/FixedRefresh.cpp	Tue Aug 02 01:46:36 2016 +0000
@@ -5,7 +5,7 @@
  *      Author: Developer
  */
 
-#include <FixedRefresh.hpp>
+#include <FixedRefresh.h>