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: DISCO-F746NG_test001
Diff: ButtonOL.hpp
- Revision:
- 0:a680bbc09e9a
- Child:
- 1:36e616bde4b8
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ButtonOL.hpp Wed Apr 27 05:22:29 2016 +0000
@@ -0,0 +1,18 @@
+//
+// 2016/04/27, Copyright (c) 2016 Takashi Inoue
+// Button OverLapping Class Header
+// ver 0.9 rev 0.1 2016/4/27
+//-----------------------------------------------------------
+
+#ifndef F746_BUTTON_OL_HPP
+#define F746_BUTTON_OL_HPP
+
+#include "GuiBase.hpp"
+
+namespace TakaIno
+{
+
+}
+
+#endif //F746_BUTTON_OL_HPP
+