From: Jérémie D. <Ba...@us...> - 2009-12-18 17:43:14
|
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 ecb4a62105b7840ba46e77be9b4fb957edc3cb66 (commit) from cc1509c057d57664594519265e1f59dd601e7be9 (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 ecb4a62105b7840ba46e77be9b4fb957edc3cb66 Author: Jérémie Dimino <je...@di...> Date: Fri Dec 18 18:42:27 2009 +0100 Add driver for the motor card ----------------------------------------------------------------------- Summary of changes: PC_Mainboard/clients/lib-krobot/krobot.ml | 17 ++++ PC_Mainboard/clients/lib-krobot/krobot.mli | 5 + PC_Mainboard/daemmons/dbus-drivers/card_motor.ml | 89 +++++++++++++++++++++ PC_Mainboard/daemmons/dbus-drivers/card_sensor.ml | 11 --- PC_Mainboard/daemmons/dbus-drivers/common.ml | 19 +++++ PC_Mainboard/daemmons/myocamlbuild.ml | 3 +- 6 files changed, 132 insertions(+), 12 deletions(-) create mode 100644 PC_Mainboard/daemmons/dbus-drivers/card_motor.ml create mode 100644 PC_Mainboard/daemmons/dbus-drivers/common.ml hooks/post-receive -- krobot |