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.
Diff: pwm_tone.h
- Revision:
- 1:3ca91ad8e927
- Parent:
- 0:51c12cc34baf
diff -r 51c12cc34baf -r 3ca91ad8e927 pwm_tone.h
--- a/pwm_tone.h Thu Feb 01 12:59:21 2018 +0000
+++ b/pwm_tone.h Fri Dec 14 14:24:52 2018 +0000
@@ -1,6 +1,8 @@
+#ifndef _PWM_TONE_H_
+#define _PWM_TONE_H_
+
/* Includes ------------------------------------------------------------------*/
#include "mbed.h"
-
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/*
@@ -110,3 +112,5 @@
void Stop_tunes(PwmOut name);
/* Private functions ---------------------------------------------------------*/
+
+#endif