|
From: Jérémie D. <Ba...@us...> - 2010-02-24 22:18:40
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "krobot".
The branch, master has been updated
via 085efdbed4f0703aa3d6a2e3be36ed0cc993c32d (commit)
from f763bb5ede549e946affa6f5f8b1817de9656595 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 085efdbed4f0703aa3d6a2e3be36ed0cc993c32d
Author: Jérémie Dimino <je...@di...>
Date: Wed Feb 24 23:05:17 2010 +0100
Add get-positions
-----------------------------------------------------------------------
Changes:
diff --git a/PC_Mainboard/interface/interface.ml b/PC_Mainboard/interface/interface.ml
index 8d042dc..1d217fe 100644
--- a/PC_Mainboard/interface/interface.ml
+++ b/PC_Mainboard/interface/interface.ml
@@ -534,5 +534,12 @@ let interfaces = [
~repl:[Arg("right", sint32);
Arg("left", sint32)]
();
+ request
+ ~name:"get-positions"
+ ~code:PcInterface.cmd_get
+ ~args:[Cst(uint8, PcInterface.get_current_pos)]
+ ~repl:[Arg("right", sint32);
+ Arg("left", sint32)]
+ ();
]);
]
hooks/post-receive
--
krobot
|