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: Array_Matrix TS_DISCO_F746NG LCD_DISCO_F746NG BSP_DISCO_F746NG
Revision 19:ba5be6b8bc99, committed 2016-08-15
- Comitter:
- MikamiUitOpen
- Date:
- Mon Aug 15 04:52:56 2016 +0000
- Parent:
- 18:506535948dc4
- Child:
- 20:a3f5ef112208
- Commit message:
- 20
Changed in this revision
| F746_GUI.hpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/F746_GUI.hpp Mon Aug 15 02:39:55 2016 +0000 +++ b/F746_GUI.hpp Mon Aug 15 04:52:56 2016 +0000 @@ -3,7 +3,7 @@ // using 宣言をまとめたもの // Include statements for F746-DISCO GUI and using directive // -// 2016/07/23, Copyright (c) 2016 MIKAMI, Naoki +// 2016/08/15, Copyright (c) 2016 MIKAMI, Naoki //-------------------------------------------------------------- #include "mbed.h" @@ -14,6 +14,7 @@ #include "BlinkLabel.hpp" #include "ButtonGroup.hpp" #include "NumericLabel.hpp" +#include "ResetButton.hpp" #include "SeekbarGroup.hpp" using namespace Mikami;