From: Jérémie D. <Ba...@us...> - 2010-03-17 19:31:28
|
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 93013eb819e3abe48ddd1b9794f2d1178395dc68 (commit) from cfc472d8d590b902b4cd16f2d931f62f5677666d (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 93013eb819e3abe48ddd1b9794f2d1178395dc68 Author: Jérémie Dimino <je...@di...> Date: Wed Mar 17 20:30:58 2010 +0100 add the config ax12 commad ----------------------------------------------------------------------- Changes: diff --git a/PC_Mainboard/interface/interface.ml b/PC_Mainboard/interface/interface.ml index 3ca45da..802cd54 100644 --- a/PC_Mainboard/interface/interface.ml +++ b/PC_Mainboard/interface/interface.ml @@ -371,6 +371,12 @@ let interfaces = [ ~args:[Cst(uint8, PcInterface.ax12_reset); Arg("id", uint8)] (); + request + ~name:"config" + ~code:PcInterface.cmd_ax12 + ~args:[Cst(uint8, PcInterface.ax12_config); + Arg("id", uint8)] + (); ]); Module("logic-sensors", [ hooks/post-receive -- krobot |