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.
Dependencies: mbed HCSR04 HMC6352 PID TextLCD
Diff: control.h
- Revision:
- 2:a8bbf677e774
- Child:
- 3:901d18b901b4
diff -r d0cada9a5381 -r a8bbf677e774 control.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/control.h Thu Aug 06 00:19:29 2015 +0000
@@ -0,0 +1,17 @@
+/**
+ * @file : pinDef.h (0.1)
+ * @brief : control all
+ * @author : Shinnosuke KOIKE
+ * @date : 2015/08/04
+ */
+
+#ifndef CONTROL_H
+#define CONTROL_H
+
+#include "mbed.h"
+
+class Control {
+
+};
+
+#endif