aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-07-01 09:20:52 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-07-01 09:20:52 +0300
commitc0fd8dcc53e45aa5aa0095cc2c8c5f39a34f7886 (patch)
treeda928ff13c0e2396b5c1dca42c90010c876b2b8f /Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
parent6aac50de73d56076303065e17046833247985cf8 (diff)
parent27081ed8160540b63f19a3328822a9550da4ce02 (diff)
downloadTango-c0fd8dcc53e45aa5aa0095cc2c8c5f39a34f7886.tar.gz
Tango-c0fd8dcc53e45aa5aa0095cc2c8c5f39a34f7886.zip
merge
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread.h')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
index 0093a5a2a..230d06601 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
@@ -52,6 +52,9 @@ extern HardwarePidControlType ThreadMotorIdToControlId[MAX_THREAD_MOTORS_NUM];
extern bool BreakSensorenabled;
extern int32_t BreakSensordebouncetimemilli;
+extern bool SampleWinding;
+
+
//extern MotorDriverConfigStruc MotorsCfg[NUM_OF_MOTORS];
extern HardwarePidControl MotorsControl[MAX_THREAD_MOTORS_NUM];
//extern InternalWinderConfigStruc InternalWinderCfg;