aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buglabs-apps/com.buglabs.app.continuousmotorcontroller.bb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@buglabs.net>2010-12-02 16:00:50 +0100
committerStefan Schmidt <stefan@buglabs.net>2011-02-03 11:39:20 +0100
commita32e9b20267f506bbbab64cf2d8a45b374df6081 (patch)
tree0be3564e97f98d34dfb9b412ecc6f27a49fb08d5 /recipes/buglabs-apps/com.buglabs.app.continuousmotorcontroller.bb
parent0a509aeb50214b93eff979f6080bced5efe5ca04 (diff)
downloadopenembedded-a32e9b20267f506bbbab64cf2d8a45b374df6081.tar.gz
buglabs-apps: BugLabs java applications.
Tons of small apps that live on buglabs.net and are mostly arch independent. These recipes make them available for images and feeds.
Diffstat (limited to 'recipes/buglabs-apps/com.buglabs.app.continuousmotorcontroller.bb')
-rw-r--r--recipes/buglabs-apps/com.buglabs.app.continuousmotorcontroller.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/buglabs-apps/com.buglabs.app.continuousmotorcontroller.bb b/recipes/buglabs-apps/com.buglabs.app.continuousmotorcontroller.bb
new file mode 100644
index 0000000000..93a6995ba5
--- /dev/null
+++ b/recipes/buglabs-apps/com.buglabs.app.continuousmotorcontroller.bb
@@ -0,0 +1,21 @@
+require bug-app.inc
+
+DESCRIPTION = "h2. DC Motor Controller\
+This library provides an OSGi service that wraps DC motor controllers for access by other applications. That opens the door for generic motor control applications using the accelerometer, web services, robot logic etc. \
+The interface is *IContinuousMotorControlProvider*, which provides for relative control of the motor as a percentage of the maximum supply voltage, and the motor runs continuously once a velocity is set. \
+h2. Supported Controllers.\
+* 'Sabertooth 2x5A':http://www.dimensionengineering.com/Sabertooth2X5.htm\
+* 'Sabertooth 2x10A':http://www.dimensionengineering.com/Sabertooth2X10.htm\
+* 'Sabertooth 2x25A':http://www.dimensionengineering.com/Sabertooth2X25.htm\
+* 'SyRen 10A':http://www.dimensionengineering.com/SyRen10.htm\
+* 'SyRen 25A':http://www.dimensionengineering.com/SyRen25.htm\
+"
+HOMEPAGE = "http://buglabs.net/applications/ContinuousMotorController"
+
+DEPENDS += "com.buglabs.osgi com.buglabs.common service-tracker com.buglabs.bug.module.vonhippel "
+
+PV = "3"
+
+SRC_LINK = "http://buglabs.net/program_version/download/526"
+
+APIVERSION = ""