commit | 6aa24d4406bf1675f846d418b79b6616e61ae4bd | [log] [tgz] |
---|---|---|
author | Deepak Kodihalli <dkodihal@in.ibm.com> | Wed Mar 07 01:10:03 2018 -0600 |
committer | Deepak Kodihalli <dkodihal@in.ibm.com> | Mon Apr 09 22:32:23 2018 -0500 |
tree | a9f71280b6a399f7d658098fbb4baf2ef21e15db | |
parent | c1cece76a0d0054b705a7f05c8500fecdfb8c5e8 [diff] [blame] |
Add a Timer class The class provides for a timer, callback invocation on timer expiry, and timer control/cleanup. This will be used in subsequent commits. Change-Id: Ieb04e5ec76a1023efa2c3f5c5b88f03e9819c3eb Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
diff --git a/Makefile.am b/Makefile.am index aaa55bf..932e4e2 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -23,6 +23,7 @@ sysfs.cpp \ env.cpp \ fan_speed.cpp \ - fan_pwm.cpp + fan_pwm.cpp \ + timer.cpp SUBDIRS = . test msl