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

Files at this revision

API Documentation at this revision

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
--- 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