Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: 19_Taster_BSW_oo 19_Taster_a
Fork of timer0 by
Revision 2:fafaca146f6e, committed 2015-05-10
- Comitter:
- rs27
- Date:
- Sun May 10 17:58:41 2015 +0000
- Parent:
- 1:45063f72267b
- Commit message:
- 100515
Changed in this revision
| timer0.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/timer0.h Fri Aug 08 16:02:01 2014 +0000
+++ b/timer0.h Sun May 10 17:58:41 2015 +0000
@@ -1,3 +1,5 @@
+#ifndef TIMER0_H
+#define TIMER0_H
#include "mbed.h"
@@ -34,4 +36,6 @@
uint8_t GetTimerStatus(uint8_t timer);
uint16_t GetTimerZeit(uint8_t timer);
void SetCountdownTimer(uint8_t timer, uint8_t status, uint16_t value);
-};
\ No newline at end of file
+};
+
+#endif
\ No newline at end of file
