From: Jérémie D. <Ba...@us...> - 2010-03-06 23:17:23
|
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 9958104ae2f54521a51358de5ed2ceda0b9b9ba4 (commit) from cdc425a8c48cc4414de80fd9f8c695c2ad92ef7d (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 9958104ae2f54521a51358de5ed2ceda0b9b9ba4 Author: Jérémie Dimino <je...@di...> Date: Sun Mar 7 00:16:36 2010 +0100 [interface] commande pour le LCD ----------------------------------------------------------------------- Changes: diff --git a/PC_Mainboard/interface/interface.ml b/PC_Mainboard/interface/interface.ml index d7269d5..91f115d 100644 --- a/PC_Mainboard/interface/interface.ml +++ b/PC_Mainboard/interface/interface.ml @@ -573,4 +573,12 @@ let interfaces = [ Arg("duration", uint32)] (); ]); + + Module("LCD", [ + command + ~name:"send" + ~code:PcInterface.cmd_send + ~args:[Arg("cmd", uint8)] + (); + ]); ] hooks/post-receive -- krobot |