aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-03-07 17:08:42 +0200
committerAvi Levkovich <avi@twine-s.com>2019-03-07 17:08:42 +0200
commit7256fe1c07cf5ecbe485c3cdac238b88dfc2cd1d (patch)
treec3dd4234b9499f913ddf3aee79b3adc65644f650 /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h
parent09f93935c9b8b3e758d3539a8d5f84cd17f615c0 (diff)
downloadTango-7256fe1c07cf5ecbe485c3cdac238b88dfc2cd1d.tar.gz
Tango-7256fe1c07cf5ecbe485c3cdac238b88dfc2cd1d.zip
Add system fans + read the tacho of the new small drawer fans
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h
index 61c7df7ee..7e2af1079 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.h
@@ -31,6 +31,7 @@ uint32_t getADCData(int DeviceId);
*/
float getSensorSpeedData(void);
uint32_t getDrawerFansStatus(void);
+uint32_t getSystemFansStatus(void);
void MillisecInit(void);
void MillisecStop(void);