[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-254-g05034c2
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2012-04-05 07:35:45
|
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 "armadeus".
The branch, master has been updated
via 05034c28d496c85dd96d01874958bda96cbeccd0 (commit)
via 68f19fe239bf57c7ef29f8f860077b6df25625c4 (commit)
from 2e441b36386725d8a96d5f4418cd5c733f3bf9b1 (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 05034c28d496c85dd96d01874958bda96cbeccd0
Merge: 68f19fe 2e441b3
Author: Fabien Marteau <fab...@ar...>
Date: Thu Apr 5 09:35:31 2012 +0200
Merge branch 'master' of ssh://armadeus.git.sourceforge.net/gitroot/armadeus/armadeus
commit 68f19fe239bf57c7ef29f8f860077b6df25625c4
Author: Fabien Marteau <fab...@ar...>
Date: Thu Apr 5 09:34:44 2012 +0200
[AsDevices] change documentation for setPinDirection
-----------------------------------------------------------------------
Summary of changes:
.../packages/as_devices/python/AsDevices/AsGpio.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/target/packages/as_devices/python/AsDevices/AsGpio.py b/target/packages/as_devices/python/AsDevices/AsGpio.py
index 00c9aff..7160f61 100644
--- a/target/packages/as_devices/python/AsDevices/AsGpio.py
+++ b/target/packages/as_devices/python/AsDevices/AsGpio.py
@@ -54,7 +54,7 @@ class AsGpio:
def setPinDirection(self, aDirection):
""" Set period in us
- \param aDirection pin direction 0:input 1:output
+ \param aDirection pin direction "in":input "out":output
"""
try:
wrapper.setPinDirection(self.__device, aDirection)
hooks/post-receive
--
armadeus
|