V1 of the ParallaxRobotShield library

Dependencies:   ParallaxRobotShield-v2 mbed

Files at this revision

API Documentation at this revision

Comitter:
omarrasheedk
Date:
Thu Aug 20 21:55:37 2015 +0000
Commit message:
V2 of the ParallaxRobotShield library

Changed in this revision

ParallaxRobotShield.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r f0efaf840648 ParallaxRobotShield.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ParallaxRobotShield.lib	Thu Aug 20 21:55:37 2015 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/teams/ARSLab/code/ParallaxRobotShield-v2/#de792000cd8b
diff -r 000000000000 -r f0efaf840648 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Aug 20 21:55:37 2015 +0000
@@ -0,0 +1,11 @@
+#include "mbed.h"
+#include "ParallaxRobotShield.h"
+
+int main()
+{
+    ParallaxRobotShield Servo(D10, D11, PC_7, PB_10);   
+    Servo.enable_left_motor(); 
+    Servo.enable_right_motor();  
+    
+    return 1;
+}
\ No newline at end of file
diff -r 000000000000 -r f0efaf840648 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Aug 20 21:55:37 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/cbbeb26dbd92
\ No newline at end of file