Library to help schedule events to run regularly in the main loop. This library does not have much documentation and is not really intended for public use yet.
Dependents: LineFollowing DeadReckoning
Revision 1:415086687bce, committed 2014-02-22
- Comitter:
- DavidEGrayson
- Date:
- Sat Feb 22 02:23:14 2014 +0000
- Parent:
- 0:ffaf699a4eea
- Commit message:
- added pragma once;
Changed in this revision
Pacer.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r ffaf699a4eea -r 415086687bce Pacer.h --- a/Pacer.h Thu Feb 20 18:54:56 2014 +0000 +++ b/Pacer.h Sat Feb 22 02:23:14 2014 +0000 @@ -1,3 +1,5 @@ +#pragma once + #include <mbed.h> class Pacer