24日間連続してカウントするタイマークラスです。クラスの実装が公開されていないので理由は不明ですが、mbed標準のTimerクラスは2148秒までしかカウントしてくれません。そのため、せめてArduinoと同等のカウントが可能なように作成しました。
Revision 1:2441ccdcd627, committed 2014-07-15
- Comitter:
- morimoriYNCT
- Date:
- Tue Jul 15 05:12:54 2014 +0000
- Parent:
- 0:764aaee2b395
- Commit message:
- add comment
Changed in this revision
TimerExtended.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 764aaee2b395 -r 2441ccdcd627 TimerExtended.h --- a/TimerExtended.h Tue Jul 15 04:47:11 2014 +0000 +++ b/TimerExtended.h Tue Jul 15 05:12:54 2014 +0000 @@ -1,3 +1,9 @@ +/*************************************** +TimerExtended +Purpose: you can use timer untill 24 days in milli seconds. +Author: Katsuhiro Morishita @2014 +License: apache license 2, or MIT, which you like +****************************************/ #include "mbed.h"