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
Diff: ResetButton.hpp
- Revision:
- 27:115219bcd9f5
- Parent:
- 22:fa0181712d9c
- Child:
- 33:50b8f7654c36
--- a/ResetButton.hpp Wed Nov 09 10:30:09 2016 +0000
+++ b/ResetButton.hpp Mon Jan 16 00:23:53 2017 +0000
@@ -1,7 +1,7 @@
//-----------------------------------------------------------
// ResetButton class -- derived class of Button class
//
-// 2016/08/15, Copyright (c) 2016 MIKAMI, Naoki
+// 2017/01/16, Copyright (c) 2017 MIKAMI, Naoki
//-----------------------------------------------------------
#ifndef F746_RESET_BUTTON_HPP
@@ -24,7 +24,7 @@
Draw();
}
- void Do()
+ void DoIfTouched()
{
if (!Touched()) return;