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: HbEngine.cpp
- Revision:
- 23:79e20be4bc5b
- Parent:
- 17:f9610f3cfa1b
- Child:
- 35:3779201b4c73
--- a/HbEngine.cpp	Thu Dec 06 11:03:13 2018 +0000
+++ b/HbEngine.cpp	Sat Dec 08 12:08:25 2018 +0000
@@ -18,4 +18,12 @@
 //アクセル設定
 void HbEngine::setAccell(UINT16 iVal){
     fpgaEngine(id,iVal);
-}
\ No newline at end of file
+}
+
+bool HbEngine::chkOverIDLECycle(){
+    return rpm > IDLE_HI;
+}
+
+bool HbEngine::chkInRangeIDLE(){
+    return rpm > IDLE_LOW && rpm < IDLE_HI;
+}