summaryrefslogtreecommitdiffstats
path: root/source/Concept/Framework/robot.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Concept/Framework/robot.h')
-rw-r--r--source/Concept/Framework/robot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Concept/Framework/robot.h b/source/Concept/Framework/robot.h
index db7fe15..13aa696 100644
--- a/source/Concept/Framework/robot.h
+++ b/source/Concept/Framework/robot.h
@@ -38,6 +38,8 @@ public:
bool RemoveModule(IO_Module* oldModule);
void Update();
+
+ uint16 GetADCValue(uint8 channel);
};
#endif